Partly revert f174fba: indeo3 decoder does not support direct rendering.
This commit is contained in:
parent
5f614bcf2c
commit
8bf44d5c96
@ -1142,5 +1142,4 @@ AVCodec ff_indeo3_decoder = {
|
|||||||
.close = decode_close,
|
.close = decode_close,
|
||||||
.decode = decode_frame,
|
.decode = decode_frame,
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"),
|
.long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"),
|
||||||
.capabilities = CODEC_CAP_DR1,
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user