# HG changeset patch # User diego # Date 1234653212 0 # Node ID fa198e44b199a71f5bfe55144d1a0131ac93f5ee # Parent 96f244848498cbd213bf54ee858ecf550243e2fc Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end(). diff -r 96f244848498 -r fa198e44b199 mpegvideo_xvmc.c --- 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];