diff options
Diffstat (limited to 'libavcodec/tiff.c')
-rw-r--r-- | libavcodec/tiff.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index 4a12a2bb1e..6cda29dbb5 100644 --- a/libavcodec/tiff.c +++ b/libavcodec/tiff.c @@ -495,5 +495,6 @@ AVCodec tiff_decoder = { tiff_end, decode_frame, 0, - NULL + NULL, + .long_name = "TIFF image", }; |