summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorStephan Hilb <stephan@ecshi.net>2019-06-06 22:31:44 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2019-06-10 21:35:20 +0200
commit1954161628ab136148b4fc5db0447480bc616467 (patch)
treee7fc2af0e9e93357bc050d3e53a2704065e1b3ca /libavformat
parente62f625163f8cde794ebe02bc228735b4e65c772 (diff)
avformat/nut: add cpia codec
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/nut.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/nut.c b/libavformat/nut.c
index 4fbbcb1d26..937f452878 100644
--- a/libavformat/nut.c
+++ b/libavformat/nut.c
@@ -43,6 +43,7 @@ const AVCodecTag ff_nut_video_tags[] = {
{ AV_CODEC_ID_XFACE, MKTAG('X', 'F', 'A', 'C') },
{ AV_CODEC_ID_VP9, MKTAG('V', 'P', '9', '0') },
{ AV_CODEC_ID_HEVC, MKTAG('H', 'E', 'V', 'C') },
+ { AV_CODEC_ID_CPIA, MKTAG('C', 'P', 'i', 'A') },
{ AV_CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B', 15 ) },
{ AV_CODEC_ID_RAWVIDEO, MKTAG('B', 'G', 'R', 15 ) },
{ AV_CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B', 16 ) },