OSDN Git Service

indeo3: remove duplicate capabilities line.
authorAnton Khirnov <anton@khirnov.net>
Mon, 29 Oct 2012 11:16:05 +0000 (12:16 +0100)
committerAnton Khirnov <anton@khirnov.net>
Mon, 29 Oct 2012 19:04:56 +0000 (20:04 +0100)
libavcodec/indeo3.c

index 322d360..fc0d2bc 100644 (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,
 };