diff --git a/libavcodec/bitpacked.c b/libavcodec/bitpacked.c index be7d1e3629..952ba73a32 100644 --- a/libavcodec/bitpacked.c +++ b/libavcodec/bitpacked.c @@ -147,7 +147,7 @@ AVCodec ff_bitpacked_decoder = { .decode = bitpacked_decode, .capabilities = AV_CODEC_CAP_EXPERIMENTAL, .codec_tags = (const uint32_t []){ - MKTAG('U', 'Y', 'V', 'Y') + MKTAG('U', 'Y', 'V', 'Y'), FF_CODEC_TAGS_END, }, };