summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4video.h
diff options
context:
space:
mode:
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 08daa2dc72..eacf0e0963 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;