Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
lavf/matroska: Support codec AV_CODEC_ID_XVC
  • Loading branch information
perher committed Nov 5, 2018
1 parent a42229a commit 3787837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libavformat/matroska.c
Expand Up @@ -99,6 +99,7 @@ const CodecTags ff_mkv_codec_tags[]={
{"V_UNCOMPRESSED" , AV_CODEC_ID_RAWVIDEO},
{"V_VP8" , AV_CODEC_ID_VP8},
{"V_VP9" , AV_CODEC_ID_VP9},
{"V_XVC" , AV_CODEC_ID_XVC},

{"" , AV_CODEC_ID_NONE}
};
Expand Down
1 change: 1 addition & 0 deletions libavformat/riff.c
Expand Up @@ -469,6 +469,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_AV1, MKTAG('A', 'V', '0', '1') },
{ AV_CODEC_ID_MSCC, MKTAG('M', 'S', 'C', 'C') },
{ AV_CODEC_ID_SRGC, MKTAG('S', 'R', 'G', 'C') },
{ AV_CODEC_ID_XVC, MKTAG('X', 'V', 'C', '1') },
{ AV_CODEC_ID_NONE, 0 }
};

Expand Down

0 comments on commit 3787837

Please sign in to comment.