mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Partly revert f174fba
: yop decoder does not support direct rendering.
This commit is contained in:
parent
8bf44d5c96
commit
d3de3a16d1
@ -272,5 +272,4 @@ AVCodec ff_yop_decoder = {
|
||||
.close = yop_decode_close,
|
||||
.decode = yop_decode_frame,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Psygnosis YOP Video"),
|
||||
.capabilities = CODEC_CAP_DR1,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user