diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-14 22:48:59 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-14 22:48:59 +0000 |
commit | 9107f7cd07071a3c2ac7c859ec2ad0b2fdced329 (patch) | |
tree | 6179e044acc4014640bd54211e519d7ac952e771 /libavcodec/mpegvideo_xvmc.c | |
parent | a1bce01171f4702c3c575350b49c2df5d444832c (diff) | |
download | ffmpeg-9107f7cd07071a3c2ac7c859ec2ad0b2fdced329.tar.gz |
Doxygenize ff_xvmc_field_start() comment.
Originally committed as revision 17292 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo_xvmc.c')
-rw-r--r-- | libavcodec/mpegvideo_xvmc.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo_xvmc.c b/libavcodec/mpegvideo_xvmc.c index e4f647f1fd..4925fb5954 100644 --- a/libavcodec/mpegvideo_xvmc.c +++ b/libavcodec/mpegvideo_xvmc.c @@ -58,8 +58,10 @@ void ff_xvmc_pack_pblocks(MpegEncContext *s, int cbp) } } -// 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. +/** + * 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]; |