Commit 8bf44d5c authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

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

parent 5f614bcf
......@@ -1142,5 +1142,4 @@ AVCodec ff_indeo3_decoder = {
.close = decode_close,
.decode = decode_frame,
.long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"),
.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