mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec/bitpacked_dec: remove AV_CODEC_CAP_EXPERIMENTAL capabilities
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
This commit is contained in:
parent
cc1251ab81
commit
b51d772a50
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue