mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Revert "Partly revert f174fba
: indeo3 decoder does not support direct rendering."
f174fba
did not introduce DR1 flag it was already available before that. This reverts commit8bf44d5c96
.
This commit is contained in:
parent
4ad6ef00a2
commit
b02116cc4a
@ -1142,4 +1142,5 @@ AVCodec ff_indeo3_decoder = {
|
||||
.close = decode_close,
|
||||
.decode = decode_frame,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"),
|
||||
.capabilities = CODEC_CAP_DR1,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user