]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cdgraphics.c
Use pre-allocated temp buffers in mdct512().
[ffmpeg] / libavcodec / cdgraphics.c
index 5ad6e51c1c0f41e50fad4c7e978499219f9a42fd..8afbb27aad08778d56baa5ee2a441aeba1971e97 100644 (file)
@@ -23,7 +23,7 @@
 #include "bytestream.h"
 
 /**
- * @file libavcodec/cdgraphics.c
+ * @file
  * @brief CD Graphics Video Decoder
  * @author Michael Tison
  * @sa http://wiki.multimedia.cx/index.php?title=CD_Graphics
@@ -377,5 +377,6 @@ AVCodec cdgraphics_decoder = {
     cdg_decode_end,
     cdg_decode_frame,
     CODEC_CAP_DR1,
+    .max_lowres = 5,
     .long_name = NULL_IF_CONFIG_SMALL("CD Graphics video"),
 };