mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 13:30:45 +00: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…
Reference in New Issue
Block a user