diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-12-23 03:25:25 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-25 02:03:19 +0100 |
commit | 804ea14b3564be53487d490c7f9f02c039542832 (patch) | |
tree | 2fe65fef8db712c8d03641bb8738cb85c8e019a0 /libavformat/nut.h | |
parent | 6aa50374bf27f5a7cbb023e64699a26ea619cf88 (diff) | |
download | ffmpeg-804ea14b3564be53487d490c7f9f02c039542832.tar.gz |
avformat/nut: add minor_version field with version>=4
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r-- | libavformat/nut.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/nut.h b/libavformat/nut.h index 88b24e5376..18b688ae60 100644 --- a/libavformat/nut.h +++ b/libavformat/nut.h @@ -105,6 +105,7 @@ typedef struct NUTContext { int64_t max_pts; AVRational *max_pts_tb; int version; + int minor_version; } NUTContext; extern const AVCodecTag ff_nut_subtitle_tags[]; |