diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-10-29 20:06:52 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-10-29 20:06:52 +0000 |
commit | 90510251027f0f5fcb15121dd948bca7a3bbae0b (patch) | |
tree | 5d4c6d9add6b39e48fd86b628e0c5b8efc6ebef3 /libavcodec/sgidec.c | |
parent | c1804dc4ce164fc3993ca93a5c9649d73fb485b4 (diff) | |
download | ffmpeg-90510251027f0f5fcb15121dd948bca7a3bbae0b.tar.gz |
lavc: remove duplicated .capabilities
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/sgidec.c')
-rw-r--r-- | libavcodec/sgidec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/sgidec.c b/libavcodec/sgidec.c index 1805e23574..bf6e5723f6 100644 --- a/libavcodec/sgidec.c +++ b/libavcodec/sgidec.c @@ -267,7 +267,6 @@ AVCodec ff_sgi_decoder = { .init = sgi_init, .close = sgi_end, .decode = decode_frame, - .capabilities = CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("SGI image"), .capabilities = CODEC_CAP_DR1, }; |