summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_xvmc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-14 22:46:40 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-14 22:46:40 +0000
commita1bce01171f4702c3c575350b49c2df5d444832c (patch)
treebf7ab9c715ccdd7a64e30b0ce342b0f27b7e66b2 /libavcodec/mpegvideo_xvmc.c
parent9e494ab77cdf519eb5de8056c00469c78bf8a7e8 (diff)
Clarify ff_xvmc_field_start() comment.
Originally committed as revision 17291 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo_xvmc.c')
-rw-r--r--libavcodec/mpegvideo_xvmc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo_xvmc.c b/libavcodec/mpegvideo_xvmc.c
index dfda2f37ce..e4f647f1fd 100644
--- a/libavcodec/mpegvideo_xvmc.c
+++ b/libavcodec/mpegvideo_xvmc.c
@@ -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];