[FFmpeg-devel] [PATCH 3/3] Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoder

David Conrad lessen42
Fri Feb 12 23:03:40 CET 2010


On Feb 10, 2010, at 9:34 AM, Michael Niedermayer wrote:

> On Wed, Feb 10, 2010 at 04:53:01AM -0500, David Conrad wrote:
>> On Feb 9, 2010, at 8:54 PM, David Conrad wrote:
>> 
>>> ---
>>> libavcodec/vp3.c |   32 +++++++++++++++++++++++++++++---
>>> 1 files changed, 29 insertions(+), 3 deletions(-)
>> 
>> Whoops, this called draw_horiz_band before the row was filtered, the attached should be correct.
>> 
> 
>> commit 3feff94f0e6d0ab96fea9772b73230ff8b04f5ca
>> Author: David Conrad <lessen42 at gmail.com>
>> Date:   Wed Feb 10 02:10:40 2010 -0500
>> 
>>    Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoder
> 
> should be ok if tested

I did a crc in the callback and it matched the full frame, so applied.



More information about the ffmpeg-devel mailing list