Commit bff5e5f8 authored by Anton Khirnov's avatar Anton Khirnov

indeo3: remove duplicate capabilities line.

parent 2cbdd7c9
......@@ -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,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment