summaryrefslogtreecommitdiff
path: root/libavcodec/indeo2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/indeo2.c')
-rw-r--r--libavcodec/indeo2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/indeo2.c b/libavcodec/indeo2.c
index 4198e53f06..4ab4a99848 100644
--- a/libavcodec/indeo2.c
+++ b/libavcodec/indeo2.c
@@ -219,4 +219,5 @@ AVCodec indeo2_decoder = {
NULL,
ir2_decode_frame,
CODEC_CAP_DR1,
+ .long_name = "Intel Indeo 2",
};