X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fbitpacked.c;h=952ba73a32d4e7e0906eb302bbdeeee70f551829;hb=3d51f2a12c97773ec66ec4580f905743f4513ed1;hp=f0b417d595b1d95bcd3c824eab536097e42e9f7b;hpb=203bbaccfaaeac9548862e83792d38509a8c8167;p=ffmpeg diff --git a/libavcodec/bitpacked.c b/libavcodec/bitpacked.c index f0b417d595b..952ba73a32d 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, + }, };