diff options
author | Michael Niedermayer | 2015-12-09 21:45:07 +0100 |
---|---|---|
committer | Michael Niedermayer | 2015-12-13 02:11:56 +0100 |
commit | 861f47ddf463926da2cba9e12665e7f004419f4b (patch) | |
tree | 0c331a38e7e3040a406ec17a1aaff9bb4c62e578 /libavformat/isom.h | |
parent | 537e901fe66c326f78e916ee9393830ee366131d (diff) |
avformat/mov: Enable parser for mp3s by old HandBrake
Fixes Ticket5047
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index 65a64d42b5..255efd1cfc 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -188,6 +188,7 @@ typedef struct MOVContext { MOVTrackExt *trex_data; unsigned trex_count; int itunes_metadata; ///< metadata are itunes style + int handbrake_version; int chapter_track; int use_absolute_path; int ignore_editlist; |