summaryrefslogtreecommitdiff
path: root/libavcodec/dpx.c
diff options
context:
space:
mode:
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,
};