[FFmpeg-cvslog] r17340 - trunk/libavcodec/mpegvideo_xvmc.c

Ivan Kalvachev ikalvachev
Sun Feb 15 21:08:01 CET 2009


On 2/15/09, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Sun, Feb 15, 2009 at 07:30:42PM +0100, iive wrote:
>> Author: iive
>> Date: Sun Feb 15 19:30:39 2009
>> New Revision: 17340
>>
>> Log:
>> Document all functions in mpegvideo_xvmc.
>
> i didnt ask for that but its a geat idea
> +0.5
>
> diego 16
> ivan  11.5
>
> [...]
>> @@ -118,7 +126,9 @@ return -1;
>>  }
>>
>>  /**
>> - * This function should be called for every new field and/or frame.
>> + * Complete frame/field rendering by passing any remaining blocks.
>> + * Normally ff_draw_horiz_band() is called on each slice, however
>> + * there may be some remaining blocks, for example put by
>> error_resilience.
>>   * It should be safe to call the function a few times for the same field.
>>   */
>>  void ff_xvmc_field_end(MpegEncContext *s)
>
> hmm error_resilience? there is error_resilience in xvmc?

Kind of, few smoke & mirror filters in e.r. use decode_mb()
that leads into ff_xvmc_decode_mb().




More information about the ffmpeg-cvslog mailing list