summaryrefslogtreecommitdiff
path: root/libavcodec/targa.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/targa.c')
-rw-r--r--libavcodec/targa.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/targa.c b/libavcodec/targa.c
index 8a8bbfa105..9c7bad8491 100644
--- a/libavcodec/targa.c
+++ b/libavcodec/targa.c
@@ -249,5 +249,6 @@ AVCodec targa_decoder = {
targa_end,
decode_frame,
0,
- NULL
+ NULL,
+ .long_name = "Truevision Targa image",
};