[FFmpeg-cvslog] r17291 - trunk/libavcodec/mpegvideo_xvmc.c
Diego Biurrun
diego
Sat Feb 14 23:53:19 CET 2009
On Sat, Feb 14, 2009 at 11:46:40PM +0100, diego wrote:
>
> Log:
> Clarify ff_xvmc_field_start() comment.
>
> --- trunk/libavcodec/mpegvideo_xvmc.c Sat Feb 14 23:46:20 2009 (r17290)
> +++ trunk/libavcodec/mpegvideo_xvmc.c Sat Feb 14 23:46:40 2009 (r17291)
> @@ -58,8 +58,8 @@ void ff_xvmc_pack_pblocks(MpegEncContext
>
> -// These functions should be called on every new field and/or frame.
> -// They should be safe if they are called a few times for the same field!
> +// This function should be called for every new field and/or frame.
> +// It should be safe to call the function a few times for the same field.
> int ff_xvmc_field_start(MpegEncContext*s, AVCodecContext *avctx)
> {
Ivan, was the plural in this comment meant to refer to ff_xvmc_field_end
as well as ff_xvmc_field_start? Or was it just a mistake?
Diego
More information about the ffmpeg-cvslog
mailing list