diff mpegvideo.h @ 411:5c8b3a717929 libavcodec

workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=1 for this)
author michaelni
date Tue, 21 May 2002 23:13:57 +0000
parents ba9c3b8088c0
children 718a22dc121f
line wrap: on
line diff
--- a/mpegvideo.h	Tue May 21 23:07:26 2002 +0000
+++ b/mpegvideo.h	Tue May 21 23:13:57 2002 +0000
@@ -99,6 +99,7 @@
     float b_quant_factor;/* qscale factor between ips and b frames */
     int rc_strategy;
     int b_frame_strategy;
+    int workaround_bugs;       /* workaround bugs in encoders which cannot be detected automatically */
     /* the following fields are managed internally by the encoder */
 
     /* bit output */
@@ -491,6 +492,7 @@
 int msmpeg4_decode_mb(MpegEncContext *s, 
                       DCTELEM block[6][64]);
 int msmpeg4_decode_init_vlc(MpegEncContext *s);
+void ff_old_msmpeg4_dc_scale(MpegEncContext *s);
 
 /* mjpegenc.c */