diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-10-29 12:16:05 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-10-29 20:04:56 +0100 |
commit | bff5e5f8b3c5892a21a0df7b3352b31511e42a94 (patch) | |
tree | f3299e96bd573409b40ad410d2d7275dd387cefc | |
parent | 2cbdd7c92958cb8226491d8eb23ed2d57d4b841e (diff) | |
download | ffmpeg-bff5e5f8b3c5892a21a0df7b3352b31511e42a94.tar.gz |
indeo3: remove duplicate capabilities line.
-rw-r--r-- | libavcodec/indeo3.c | 1 |
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, }; |