diff options
Diffstat (limited to 'libavcodec/indeo3.c')
-rw-r--r-- | libavcodec/indeo3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c index bd3287f9a5..7e6bdf6773 100644 --- a/libavcodec/indeo3.c +++ b/libavcodec/indeo3.c @@ -1134,5 +1134,6 @@ AVCodec indeo3_decoder = { indeo3_decode_end, indeo3_decode_frame, 0, - NULL + NULL, + .long_name = "Intel Indeo 3", }; |