mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-12-03 00:56:54 +00:00
avcodec/bitpacked: Add codec_tags list
This should improve coverage Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
daa2482871
commit
a629cec58e
@ -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,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user