diff mpegvideo.h @ 288:f82cce6cb182 libavcodec

10l (motion_val was uninitilized) 20l (first frame of a gop could be a p-frame sometimes) add hq flag to MpegEncContext
author michaelni
date Sun, 24 Mar 2002 04:16:51 +0000
parents 91f7c38f5f37
children 2899263586cd
line wrap: on
line diff
--- a/mpegvideo.h	Sat Mar 23 20:21:33 2002 +0000
+++ b/mpegvideo.h	Sun Mar 24 04:16:51 2002 +0000
@@ -65,6 +65,7 @@
     int qmax;         /* max qscale */
     int max_qdiff;    /* max qscale difference between frames */
     int encoding;     /* true if we are encoding (vs decoding) */
+    int hq;           /* set if CODEC_FLAG_HQ is used in AVCodecContext.flags */
     /* the following fields are managed internally by the encoder */
 
     /* bit output */