]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/lcldec.c
Move colmult() function to the beginning of file to group DSP-related functions.
[ffmpeg] / libavcodec / lcldec.c
index e9add522cd95a7c61b70a1d7d2402ff11831f158..5560b9a6466384e85941e4c4bfadfbe7ff0521c6 100644 (file)
@@ -697,7 +697,7 @@ AVCodec mszh_decoder = {
     decode_end,
     decode_frame,
     CODEC_CAP_DR1,
-    .long_name ="LCL (LossLess Codec Library) MSZH",
+    .long_name = NULL_IF_CONFIG_SMALL("LCL (LossLess Codec Library) MSZH"),
 };
 #endif
 
@@ -712,6 +712,6 @@ AVCodec zlib_decoder = {
     decode_end,
     decode_frame,
     CODEC_CAP_DR1,
-    .long_name ="LCL (LossLess Codec Library) ZLIB",
+    .long_name = NULL_IF_CONFIG_SMALL("LCL (LossLess Codec Library) ZLIB"),
 };
 #endif