mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/nut: add cpia codec
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
e62f625163
commit
1954161628
|
@ -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 ) },
|
||||
|
|
Loading…
Reference in New Issue