1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-18 10:21:39 +02:00

indeo3: remove duplicate capabilities line.

This commit is contained in:
Anton Khirnov 2012-10-29 12:16:05 +01:00
parent 2cbdd7c929
commit bff5e5f8b3

View File

@ -1114,5 +1114,4 @@ AVCodec ff_indeo3_decoder = {
.decode = decode_frame, .decode = decode_frame,
.capabilities = CODEC_CAP_DR1, .capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"), .long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"),
.capabilities = CODEC_CAP_DR1,
}; };