]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/pcx.c
R and B components are stored as a differences to G component in Fraps v5.
[ffmpeg] / libavcodec / pcx.c
index 946d382d3b58d8cca7acad47075a337207e5b90d..bf80e437fef8af660dde649bac0a3722c14adbf8 100644 (file)
@@ -244,5 +244,5 @@ AVCodec pcx_decoder = {
     pcx_decode_frame,
     0,
     NULL,
-    .long_name = "PC Paintbrush PCX image",
+    .long_name = NULL_IF_CONFIG_SMALL("PC Paintbrush PCX image"),
 };