diff mpegvideo_xvmc.c @ 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 aa49d3e97b70
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];