You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Partly revert f174fba
: yop decoder does not support direct rendering.
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user