diff mpegvideo.h @ 1141:6d6003cf89c2 libavcodec

qmin/qmax cleanup
author michaelni
date Mon, 17 Mar 2003 11:02:33 +0000
parents e10e841c9bf0
children 21c85c4ab2f0
line wrap: on
line diff
--- a/mpegvideo.h	Mon Mar 17 09:53:39 2003 +0000
+++ b/mpegvideo.h	Mon Mar 17 11:02:33 2003 +0000
@@ -208,8 +208,6 @@
     int fixed_qscale; ///< fixed qscale if non zero 
     float qcompress;  ///< amount of qscale change between easy & hard scenes (0.0-1.0) 
     float qblur;      ///< amount of qscale smoothing over time (0.0-1.0) 
-    int qmin;         ///< min qscale 
-    int qmax;         ///< max qscale 
     int max_qdiff;    ///< max qscale difference between frames 
     int encoding;     ///< true if we are encoding (vs decoding) 
     int flags;        ///< AVCodecContext.flags (HQ, MV4, ...)