summaryrefslogtreecommitdiff
path: root/libavcodec/sgidec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/sgidec.c')
-rw-r--r--libavcodec/sgidec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/sgidec.c b/libavcodec/sgidec.c
index 476bb6a085..34f949dd23 100644
--- a/libavcodec/sgidec.c
+++ b/libavcodec/sgidec.c
@@ -263,5 +263,6 @@ AVCodec sgi_decoder = {
NULL,
sgi_end,
decode_frame,
+ .long_name = "SGI image",
};