]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/pictordec.c
ffv1: add 1 status byte to slices in in case crcs are stored too.
[ffmpeg] / libavcodec / pictordec.c
index d788e6474c9464852687d2505e40c1ed54acca3c..71780379fa6af0c908c4d860cc29666b59027d54 100644 (file)
@@ -270,5 +270,5 @@ AVCodec ff_pictor_decoder = {
     .close          = decode_end,
     .decode         = decode_frame,
     .capabilities   = CODEC_CAP_DR1,
-    .long_name = NULL_IF_CONFIG_SMALL("Pictor/PC Paint"),
+    .long_name      = NULL_IF_CONFIG_SMALL("Pictor/PC Paint"),
 };