diff options
author | John Stebbins <jstebbins@jetheaddev.com> | 2018-08-27 12:57:07 -0700 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-09-08 19:08:34 -0300 |
commit | c9a992d931440f87882771532b7178477c5b0ebe (patch) | |
tree | 283c4453ebb3c37031f07443a6f2b1e843b8af82 /libavformat/isom.h | |
parent | 6e15495bcb2004e4e648160b22383ef72cc0e14c (diff) | |
download | ffmpeg-c9a992d931440f87882771532b7178477c5b0ebe.tar.gz |
lavf/mov: add AVCodecTag entry for GoPro metadata
This allows for validation of the track type
Signed-off-by: James Almer <jamrial@gmail.com>
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 51abea52de..f3a7a8633d 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -41,6 +41,7 @@ extern const AVCodecTag ff_mp4_obj_type[]; extern const AVCodecTag ff_codec_movvideo_tags[]; extern const AVCodecTag ff_codec_movaudio_tags[]; extern const AVCodecTag ff_codec_movsubtitle_tags[]; +extern const AVCodecTag ff_codec_movdata_tags[]; int ff_mov_iso639_to_lang(const char lang[4], int mp4); int ff_mov_lang_to_iso639(unsigned code, char to[4]); |