avcodec/bitpacked: Add codec_tags list

This should improve coverage

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
pull/338/head
Michael Niedermayer 5 years ago
parent daa2482871
commit a629cec58e
  1. 4
      libavcodec/bitpacked.c

@ -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…
Cancel
Save