]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/lcldec.c
alac: cosmetics: general pretty-printing and comment clean up
[ffmpeg] / libavcodec / lcldec.c
index b486ea037c6b36a0c3cc5f1318f8cd24674efc6c..0b08900f5dda6b9e3bc3fca98d85a9520c991f05 100644 (file)
@@ -644,7 +644,7 @@ AVCodec ff_mszh_decoder = {
     .close          = decode_end,
     .decode         = decode_frame,
     .capabilities   = CODEC_CAP_DR1,
-    .long_name = NULL_IF_CONFIG_SMALL("LCL (LossLess Codec Library) MSZH"),
+    .long_name      = NULL_IF_CONFIG_SMALL("LCL (LossLess Codec Library) MSZH"),
 };
 #endif
 
@@ -658,6 +658,6 @@ AVCodec ff_zlib_decoder = {
     .close          = decode_end,
     .decode         = decode_frame,
     .capabilities   = CODEC_CAP_DR1,
-    .long_name = NULL_IF_CONFIG_SMALL("LCL (LossLess Codec Library) ZLIB"),
+    .long_name      = NULL_IF_CONFIG_SMALL("LCL (LossLess Codec Library) ZLIB"),
 };
 #endif