summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/targa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/targa.c b/libavcodec/targa.c
index 633a6961c1..ba541619bf 100644
--- a/libavcodec/targa.c
+++ b/libavcodec/targa.c
@@ -251,7 +251,7 @@ AVCodec targa_decoder = {
NULL,
targa_end,
decode_frame,
- 0,
+ CODEC_CAP_DR1,
NULL,
.long_name = NULL_IF_CONFIG_SMALL("Truevision Targa image"),
};