diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-11-29 22:44:27 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-29 22:45:05 +0100 |
commit | e2f63be01284024a39a97dff9237eb4cbbb5dbbf (patch) | |
tree | 292375339003cfe9adba551ae53e00ffa69207df /libavcodec/mpeg4video.h | |
parent | ad13b8ca9bf5a5cad9cbd4bb36dcd3134d2a2019 (diff) | |
parent | e62a43f6b1a9c0c82e1df33c0c038e32029c0aa4 (diff) | |
download | ffmpeg-e2f63be01284024a39a97dff9237eb4cbbb5dbbf.tar.gz |
Merge commit 'e62a43f6b1a9c0c82e1df33c0c038e32029c0aa4'
* commit 'e62a43f6b1a9c0c82e1df33c0c038e32029c0aa4':
mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContext
Conflicts:
libavcodec/mpeg4videodec.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpeg4video.h')
-rw-r--r-- | libavcodec/mpeg4video.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video.h index 16860fac17..8f4149a3d7 100644 --- a/libavcodec/mpeg4video.h +++ b/libavcodec/mpeg4video.h @@ -62,6 +62,8 @@ typedef struct Mpeg4DecContext { MpegEncContext m; + ///< number of bits to represent the fractional part of time + int time_increment_bits; int shape; } Mpeg4DecContext; |