This should improve coverage
Signed-off-by: Michael Niedermayer <[email protected]>
---
libavcodec/bitpacked.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/libavcodec/bitpacked.c b/libavcodec/bitpacked.c
index f0b417d595..be7d1e3629 100644
--- a/libavcodec/bitpacked.c
+++ b/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,
+ },
};
--
2.17.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".