Skip to content
Snippets Groups Projects
Commit b51d772a authored by Limin Wang's avatar Limin Wang
Browse files

avcodec/bitpacked_dec: remove AV_CODEC_CAP_EXPERIMENTAL capabilities


Signed-off-by: default avatarLimin Wang <lance.lmwang@gmail.com>
parent cc1251ab
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,6 @@ const AVCodec ff_bitpacked_decoder = {
.priv_data_size = sizeof(struct BitpackedContext),
.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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment