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

This commit is contained in:
Carl Eugen Hoyos 2012-10-30 12:09:25 +01:00
parent 8bf44d5c96
commit d3de3a16d1
1 changed files with 0 additions and 1 deletions

View File

@ -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,
};