Commit d3de3a16 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Partly revert f174fbac: yop decoder does not support direct rendering.

parent 8bf44d5c
...@@ -272,5 +272,4 @@ AVCodec ff_yop_decoder = { ...@@ -272,5 +272,4 @@ AVCodec ff_yop_decoder = {
.close = yop_decode_close, .close = yop_decode_close,
.decode = yop_decode_frame, .decode = yop_decode_frame,
.long_name = NULL_IF_CONFIG_SMALL("Psygnosis YOP Video"), .long_name = NULL_IF_CONFIG_SMALL("Psygnosis YOP Video"),
.capabilities = CODEC_CAP_DR1,
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment