summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-10-08 19:24:11 +0200
committerPaul B Mahol <onemda@gmail.com>2020-10-12 12:19:29 +0200
commitaf5ad79fe1d5efbc24ba6456fe7a1b7bc63574d9 (patch)
tree251ed72a17fec213ace1033ec443404aef224dd8 /libavformat/isom.c
parent7800cc6e82068c6dfb5af53817f03dfda794c568 (diff)
downloadffmpeg-af5ad79fe1d5efbc24ba6456fe7a1b7bc63574d9.tar.gz
avformat/isom: add support for RAW ASC Bayer BGGR in mov
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 019175d814..d1ef6e3407 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -316,6 +316,8 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
{ AV_CODEC_ID_NOTCHLC, MKTAG('n', 'c', 'l', 'c') },
+ { AV_CODEC_ID_RAWVIDEO, MKTAG('B', 'G', 'G', 'R') }, /* ASC Bayer BGGR */
+
{ AV_CODEC_ID_NONE, 0 },
};