Skip to content
Snippets Groups Projects
Commit b02116cc authored by Paul B Mahol's avatar Paul B Mahol
Browse files

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

f174fbac did not introduce DR1 flag it was already available before that.

This reverts commit 8bf44d5c.
parent 4ad6ef00
No related branches found
No related tags found
No related merge requests found
...@@ -1142,4 +1142,5 @@ AVCodec ff_indeo3_decoder = { ...@@ -1142,4 +1142,5 @@ AVCodec ff_indeo3_decoder = {
.close = decode_close, .close = decode_close,
.decode = decode_frame, .decode = decode_frame,
.long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"), .long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"),
.capabilities = CODEC_CAP_DR1,
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment