This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavc: remove duplicated .capabilities
Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n1.1
Paul B Mahol
13 years ago
parent
c1804dc4ce
commit
9051025102
3 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/dpx.c
+0
-1
libavcodec/indeo3.c
+0
-1
libavcodec/sgidec.c
+ 0
- 1
libavcodec/dpx.c
View File
@@ -291,7 +291,6 @@ AVCodec ff_dpx_decoder = {
.init = decode_init,
.close = decode_end,
.decode = decode_frame,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("DPX image"),
.capabilities = CODEC_CAP_DR1,
};
+ 0
- 1
libavcodec/indeo3.c
View File
@@ -1141,7 +1141,6 @@ AVCodec ff_indeo3_decoder = {
.init = decode_init,
.close = decode_close,
.decode = decode_frame,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"),
.capabilities = CODEC_CAP_DR1,
};
+ 0
- 1
libavcodec/sgidec.c
View File
@@ -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,
};
Write
Preview
Loading…
Cancel
Save