Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-26 17:34:52 +0400
committerAnton Khirnov <anton@khirnov.net>2013-11-29 17:19:48 +0400
commitb1aacd56685cd131f517e0551834a0bbd3f5f809 (patch)
tree85b3398809ccfed42f4f5b0ac2f6ce476ff64ca7 /libavcodec/mpeg4video.h
parent038890740014dc33d2e2f04da7cf0a9da821264e (diff)
mpeg4videodec: move t_frame from MpegEncContext to Mpeg4DecContext
Diffstat (limited to 'libavcodec/mpeg4video.h')
-rw-r--r--libavcodec/mpeg4video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video.h
index fdb16be07d..60857cce11 100644
--- a/libavcodec/mpeg4video.h
+++ b/libavcodec/mpeg4video.h
@@ -70,6 +70,8 @@ typedef struct Mpeg4DecContext {
int rvlc;
///< could this stream contain resync markers
int resync_marker;
+ ///< time distance of first I -> B, used for interlaced b frames
+ int t_frame;
/* bug workarounds */
int divx_version;