From c9a992d931440f87882771532b7178477c5b0ebe Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Mon, 27 Aug 2018 12:57:07 -0700 Subject: lavf/mov: add AVCodecTag entry for GoPro metadata This allows for validation of the track type Signed-off-by: James Almer --- libavformat/isom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/isom.h') 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]); -- cgit v1.2.3