mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
indeo3: remove duplicate capabilities line.
This commit is contained in:
parent
2cbdd7c929
commit
bff5e5f8b3
@ -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,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user