Mercurial > libavcodec.hg
changeset 8893:1f3e03da966a libavcodec
Doxygenize ff_xvmc_field_start() comment.
author | diego |
---|---|
date | Sat, 14 Feb 2009 22:48:59 +0000 |
parents | 649c595b8c2f |
children | 82545932a261 |
files | mpegvideo_xvmc.c |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegvideo_xvmc.c Sat Feb 14 22:46:40 2009 +0000 +++ b/mpegvideo_xvmc.c Sat Feb 14 22:48:59 2009 +0000 @@ -58,8 +58,10 @@ } } -// 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];