Mercurial > libavcodec.hg
changeset 8897:fa198e44b199 libavcodec
Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end().
author | diego |
---|---|
date | Sat, 14 Feb 2009 23:13:32 +0000 |
parents | 96f244848498 |
children | 0e5888f9b8cb |
files | mpegvideo_xvmc.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegvideo_xvmc.c Sat Feb 14 23:08:43 2009 +0000 +++ b/mpegvideo_xvmc.c Sat Feb 14 23:13:32 2009 +0000 @@ -109,6 +109,10 @@ return -1; } +/** + * 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. + */ void ff_xvmc_field_end(MpegEncContext *s) { struct xvmc_render_state *render = (struct xvmc_render_state*)s->current_picture.data[2];