1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

Clarify ff_xvmc_field_start() comment.

Originally committed as revision 17291 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-02-14 22:46:40 +00:00
parent 9e494ab77c
commit a1bce01171

View File

@ -58,8 +58,8 @@ void ff_xvmc_pack_pblocks(MpegEncContext *s, int cbp)
}
}
// 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)
{
struct xvmc_render_state *last, *next, *render = (struct xvmc_render_state*)s->current_picture.data[2];