summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorAndrew Savchenko <Bircoph@list.ru>2008-11-04 06:54:42 +0000
committerAndreas Ă–man <andreas@lonelycoder.com>2008-11-04 06:54:42 +0000
commit9f0a705d46547ca0c3edab21f24cdb0fb3237185 (patch)
treeef1a80ee1a1e8699a2591e82a17e75187ddb9eeb /libavcodec/mpegvideo.h
parent6408c25b9538509df5c56e80ca5f1dc32b3b579a (diff)
Only warn about "Invalid and inefficient vfw-avi packed B frames" once.
Patch by Andrew Savchenko, Bircoph at list dot ru Originally committed as revision 15772 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 aaffb86ef0..4ddd30c483 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -487,6 +487,7 @@ typedef struct MpegEncContext {
/* H.263 specific */
int gob_index;
int obmc; ///< overlapped block motion compensation
+ int showed_packed_warning; ///< flag for having shown the warning about divxs invalid b frames
/* H.263+ specific */
int umvplus; ///< == H263+ && unrestricted_mv