summaryrefslogtreecommitdiff
path: root/libavcodec/indeo3.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-10-29 12:16:05 +0100
committerAnton Khirnov <anton@khirnov.net>2012-10-29 20:04:56 +0100
commitbff5e5f8b3c5892a21a0df7b3352b31511e42a94 (patch)
treef3299e96bd573409b40ad410d2d7275dd387cefc /libavcodec/indeo3.c
parent2cbdd7c92958cb8226491d8eb23ed2d57d4b841e (diff)
indeo3: remove duplicate capabilities line.
Diffstat (limited to 'libavcodec/indeo3.c')
-rw-r--r--libavcodec/indeo3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c
index 322d36047f..fc0d2bc11b 100644
--- a/libavcodec/indeo3.c
+++ b/libavcodec/indeo3.c
@@ -1114,5 +1114,4 @@ AVCodec ff_indeo3_decoder = {
.decode = decode_frame,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"),
- .capabilities = CODEC_CAP_DR1,
};