~ubuntu-branches/debian/sid/mplayer/sid

« back to all changes in this revision

Viewing changes to libmpdemux/nuppelvideo.h

  • Committer: Bazaar Package Importer
  • Author(s): A Mennucc1
  • Date: 2009-03-23 10:05:45 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090323100545-x8h79obawnnte7kk
Tags: 1.0~rc2+svn20090303-5
debian/control : move docbook-xml,docbook-xsl,xsltproc from 
Build-Depends-Indep to Build-Depends, since they are needed to run
configure

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* nuppelvideo.h  rh */
 
1
/*
 
2
   nuppelvideo.h taken from NuppelVideo, by
 
3
   (c) Roman Hochleitner roman@mars.tuwien.ac.at
 
4
 
 
5
    This program is free software; you can redistribute it and/or modify
 
6
    it under the terms of the GNU General Public License as published by
 
7
    the Free Software Foundation; either version 2 of the License, or
 
8
    (at your option) any later version.
 
9
 
 
10
    This program is distributed in the hope that it will be useful,
 
11
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
    GNU General Public License for more details.
 
14
 
 
15
    You should have received a copy of the GNU General Public License
 
16
    along with this program; if not, write to the Free Software
 
17
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
18
*/
 
19
 
 
20
#ifndef MPLAYER_NUPPELVIDEO_H
 
21
#define MPLAYER_NUPPELVIDEO_H
2
22
 
3
23
#include "libavutil/intfloat_readwrite.h"
4
24
 
156
176
   (h)->lavc_maxqdiff = le2me_32((h)->lavc_maxqdiff);           \
157
177
  }
158
178
 
 
179
#endif /* MPLAYER_NUPPELVIDEO_H */