]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/sp5xdec.c
ADTS: Increased protection against writing illegal/nonsense files.
[ffmpeg] / libavcodec / sp5xdec.c
index 0e4df9552e35c21ac2dff8b42e62a06f21f54970..920b32d8cd0f5945f0da5d8a4ab6b9f654eacc1d 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file sp5xdec.c
+ * @file libavcodec/sp5xdec.c
  * Sunplus JPEG decoder (SP5X).
  */
 
@@ -199,7 +199,7 @@ AVCodec sp5x_decoder = {
     sp5x_decode_frame,
     CODEC_CAP_DR1,
     NULL,
-    .long_name = "Sunplus JPEG (SP5X)"
+    .long_name = NULL_IF_CONFIG_SMALL("Sunplus JPEG (SP5X)"),
 };
 
 AVCodec amv_decoder = {
@@ -211,5 +211,5 @@ AVCodec amv_decoder = {
     NULL,
     ff_mjpeg_decode_end,
     sp5x_decode_frame,
-    .long_name = "AMV Video",
+    .long_name = NULL_IF_CONFIG_SMALL("AMV Video"),
 };