summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-03-24 04:16:51 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-03-24 04:16:51 +0000
commit174489bdcc90dca16cbc9500381877d475e0f3a6 (patch)
tree1aa5fb2ad0bd0a34de57c58ad734d8ff9961c3a5 /libavcodec/mpegvideo.h
parent9d2a0355299c7c6004f1b804e6339e5e8759cd27 (diff)
10l (motion_val was uninitilized)
20l (first frame of a gop could be a p-frame sometimes) add hq flag to MpegEncContext Originally committed as revision 356 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index b784081929..c1a0a137b6 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -65,6 +65,7 @@ typedef struct MpegEncContext {
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 */