Commit a629cec5 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/bitpacked: Add codec_tags list

This should improve coverage
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent daa24828
......@@ -146,4 +146,8 @@ AVCodec ff_bitpacked_decoder = {
.init = bitpacked_init_decoder,
.decode = bitpacked_decode,
.capabilities = AV_CODEC_CAP_EXPERIMENTAL,
.codec_tags = (const uint32_t []){
MKTAG('U', 'Y', 'V', 'Y')
FF_CODEC_TAGS_END,
},
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment