]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/lcldec.c
Remove st1 and st2 temporary buffers in backward_filter() and use instead
[ffmpeg] / libavcodec / lcldec.c
index 61806612db3361741644523ed5db8d86c485009e..5560b9a6466384e85941e4c4bfadfbe7ff0521c6 100644 (file)
@@ -697,6 +697,7 @@ AVCodec mszh_decoder = {
     decode_end,
     decode_frame,
     CODEC_CAP_DR1,
+    .long_name = NULL_IF_CONFIG_SMALL("LCL (LossLess Codec Library) MSZH"),
 };
 #endif
 
@@ -711,5 +712,6 @@ AVCodec zlib_decoder = {
     decode_end,
     decode_frame,
     CODEC_CAP_DR1,
+    .long_name = NULL_IF_CONFIG_SMALL("LCL (LossLess Codec Library) ZLIB"),
 };
 #endif