Mercurial > libavcodec.hg
diff mpegvideo.h @ 440:000aeeac27a2 libavcodec
* started to cleanup name clashes for onetime compilation
| author | kabi |
|---|---|
| date | Mon, 27 May 2002 16:42:14 +0000 |
| parents | 718a22dc121f |
| children | c006ee838856 |
line wrap: on
line diff
--- a/mpegvideo.h Mon May 27 14:09:10 2002 +0000 +++ b/mpegvideo.h Mon May 27 16:42:14 2002 +0000 @@ -17,6 +17,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifndef AVCODEC_MPEGVIDEO_H +#define AVCODEC_MPEGVIDEO_H + #define FRAME_SKIPED 100 // return value for header parsers if frame is not coded enum OutputFormat { @@ -510,6 +513,4 @@ void ff_write_pass1_stats(MpegEncContext *s); void ff_rate_control_uninit(MpegEncContext *s); - - - +#endif /* AVCODEC_MPEGVIDEO_H */
