aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dpx.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-10-29 20:06:52 +0000
committerPaul B Mahol <onemda@gmail.com>2012-10-29 20:06:52 +0000
commit90510251027f0f5fcb15121dd948bca7a3bbae0b (patch)
tree5d4c6d9add6b39e48fd86b628e0c5b8efc6ebef3 /libavcodec/dpx.c
parentc1804dc4ce164fc3993ca93a5c9649d73fb485b4 (diff)
downloadandroid_external_ffmpeg-90510251027f0f5fcb15121dd948bca7a3bbae0b.tar.gz
android_external_ffmpeg-90510251027f0f5fcb15121dd948bca7a3bbae0b.tar.bz2
android_external_ffmpeg-90510251027f0f5fcb15121dd948bca7a3bbae0b.zip
lavc: remove duplicated .capabilities
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/dpx.c')
-rw-r--r--libavcodec/dpx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dpx.c b/libavcodec/dpx.c
index d9861579ef..bfc88b6d35 100644
--- a/libavcodec/dpx.c
+++ b/libavcodec/dpx.c
@@ -291,7 +291,6 @@ AVCodec ff_dpx_decoder = {
.init = decode_init,
.close = decode_end,
.decode = decode_frame,
- .capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("DPX image"),
.capabilities = CODEC_CAP_DR1,
};