summaryrefslogtreecommitdiffstats
path: root/libavcodec/rawdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rawdec.c')
-rw-r--r--libavcodec/rawdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c
index f03b1a2..45f8f98 100644
--- a/libavcodec/rawdec.c
+++ b/libavcodec/rawdec.c
@@ -162,5 +162,5 @@ AVCodec rawvideo_decoder = {
NULL,
raw_close_decoder,
raw_decode,
- .long_name = "raw video",
+ .long_name = NULL_IF_CONFIG_SMALL("raw video"),
};
OpenPOWER on IntegriCloud