--- libavformat/isom_tags.c | 7 +++++++ libavformat/mov.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/libavformat/isom_tags.c b/libavformat/isom_tags.c index f05762beec..7bf2bf7d5b 100644 --- a/libavformat/isom_tags.c +++ b/libavformat/isom_tags.c @@ -286,6 +286,13 @@ const AVCodecTag ff_codec_movvideo_tags[] = { { AV_CODEC_ID_RAWVIDEO, MKTAG('B', 'G', 'G', 'R') }, /* ASC Bayer BGGR */ + { AV_CODEC_ID_BRAW, MKTAG('b', 'r', 'x', 'q') }, /* Blackmagic RAW */ + { AV_CODEC_ID_BRAW, MKTAG('b', 'r', 'h', 'q') }, + { AV_CODEC_ID_BRAW, MKTAG('b', 'r', 's', 't') }, + { AV_CODEC_ID_BRAW, MKTAG('b', 'r', 'l', 't') }, + { AV_CODEC_ID_BRAW, MKTAG('b', 'r', 'v', 'l') }, + { AV_CODEC_ID_BRAW, MKTAG('b', 'r', 'v', 'm') }, + { AV_CODEC_ID_MEDIA100, MKTAG('6', '0', '1', 'N') }, { AV_CODEC_ID_MEDIA100, MKTAG('6', '0', '1', 'P') }, { AV_CODEC_ID_MEDIA100, MKTAG('d', 't', 'n', 't') }, diff --git a/libavformat/mov.c b/libavformat/mov.c index 452690090c..b4056fba48 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -11349,7 +11349,7 @@ const FFInputFormat ff_mov_demuxer = { .p.name = "mov,mp4,m4a,3gp,3g2,mj2", .p.long_name = NULL_IF_CONFIG_SMALL("QuickTime / MOV"), .p.priv_class = &mov_class, - .p.extensions = "mov,mp4,m4a,3gp,3g2,mj2,psp,m4b,ism,ismv,isma,f4v,avif,heic,heif", + .p.extensions = "mov,mp4,m4a,3gp,3g2,mj2,psp,m4b,ism,ismv,isma,f4v,avif,heic,heif,braw", .p.flags = AVFMT_NO_BYTE_SEEK | AVFMT_SEEK_TO_PTS | AVFMT_SHOW_IDS, .priv_data_size = sizeof(MOVContext), .flags_internal = FF_INFMT_FLAG_INIT_CLEANUP, -- 2.49.0.395.g12beb8f557c _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".