[FFmpeg-devel] [PATCH] Revert "Partly revert f174fba: indeo3 decoder does not support direct rendering."

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Oct 30 16:55:59 CET 2012


On Tue, Oct 30, 2012 at 12:16:59PM +0000, Paul B Mahol wrote:
> f174fba did not introduce DR1 flag to this decoder it was already
> available before that.
> 
> This reverts commit 8bf44d5c9681233f5c1fd353b18276f25b199b7a.
> 
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
> I see nothing obvious which would now allow direct rendering.
> Also DR1 works fine on sample I tested.

I agree, looking at the code I think it should work fine (though at the
cost of it doing an extra memcpy, I kind of wonder if it would be
possible to avoid the memcpy by just not supporting DR).
As to testing, I don't know how you tested but it's not easy if even
possible to test DR properly with ffmpeg.


More information about the ffmpeg-devel mailing list