diff mpegvideo.h @ 1892:5ac49e7a1b8f libavcodec

init cleanup
author michael
date Tue, 16 Mar 2004 16:11:29 +0000
parents c13d3543c73a
children e2501e6e7ff7
line wrap: on
line diff
--- a/mpegvideo.h	Tue Mar 16 15:38:40 2004 +0000
+++ b/mpegvideo.h	Tue Mar 16 16:11:29 2004 +0000
@@ -706,6 +706,7 @@
 
 
 int DCT_common_init(MpegEncContext *s);
+void MPV_decode_defaults(MpegEncContext *s);
 int MPV_common_init(MpegEncContext *s);
 void MPV_common_end(MpegEncContext *s);
 void MPV_decode_mb(MpegEncContext *s, DCTELEM block[6][64]);