summaryrefslogtreecommitdiff
path: root/libavcodec/qpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/qpeg.c')
-rw-r--r--libavcodec/qpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/qpeg.c b/libavcodec/qpeg.c
index 8fe89ef132..36c864c189 100644
--- a/libavcodec/qpeg.c
+++ b/libavcodec/qpeg.c
@@ -316,5 +316,5 @@ AVCodec qpeg_decoder = {
decode_end,
decode_frame,
CODEC_CAP_DR1,
- .long_name = "Q-team QPEG",
+ .long_name = NULL_IF_CONFIG_SMALL("Q-team QPEG"),
};