]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/bitpacked.c
h264_metadata_bsf: Use common cbs bsf implementation
[ffmpeg] / libavcodec / bitpacked.c
index be7d1e3629206a5b90277687733238342ebcc7b7..952ba73a32d4e7e0906eb302bbdeeee70f551829 100644 (file)
@@ -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,
     },
 };