diff mpegvideo.h @ 281:1fc96b02142e libavcodec

mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) experimental (& faster) motion estimation squished a dirty uninitialized var bug mpeg1 fcode>1 support
author michaelni
date Fri, 22 Mar 2002 23:22:08 +0000
parents 5cb2978e701f
children 91f7c38f5f37
line wrap: on
line diff
--- a/mpegvideo.h	Fri Mar 22 16:51:44 2002 +0000
+++ b/mpegvideo.h	Fri Mar 22 23:22:08 2002 +0000
@@ -309,6 +309,7 @@
 void mpeg1_encode_mb(MpegEncContext *s,
                      DCTELEM block[6][64],
                      int motion_x, int motion_y);
+void mpeg1_encode_init(MpegEncContext *s);
 
 /* h263enc.c */