indeo3: remove duplicate capabilities line.

This commit is contained in:
Anton Khirnov 2012-10-29 12:16:05 +01:00
parent 2cbdd7c929
commit bff5e5f8b3
1 changed files with 0 additions and 1 deletions

View File

@ -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,
};