Mercurial > libavcodec.hg
changeset 8902:aa49d3e97b70 libavcodec
Doxygen comment/explanation for ff_xvmc_init_block().
author | diego |
---|---|
date | Sun, 15 Feb 2009 00:16:51 +0000 |
parents | 40d31e22a2ac |
children | 9f1f4704d89c |
files | mpegvideo_xvmc.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegvideo_xvmc.c Sun Feb 15 00:09:28 2009 +0000 +++ b/mpegvideo_xvmc.c Sun Feb 15 00:16:51 2009 +0000 @@ -31,7 +31,10 @@ #include "xvmc.h" #include "xvmc_internal.h" -//set s->block +/** + * Initializes the block field of the MpegEncContext pointer passed as + * parameter after making sure that the data is not corrupted. + */ void ff_xvmc_init_block(MpegEncContext *s) { struct xvmc_render_state *render = (struct xvmc_render_state*)s->current_picture.data[2];