[FFmpeg-cvslog] r17292 - trunk/libavcodec/mpegvideo_xvmc.c

diego subversion
Sat Feb 14 23:49:00 CET 2009


Author: diego
Date: Sat Feb 14 23:48:59 2009
New Revision: 17292

Log:
Doxygenize ff_xvmc_field_start() comment.

Modified:
   trunk/libavcodec/mpegvideo_xvmc.c

Modified: trunk/libavcodec/mpegvideo_xvmc.c
==============================================================================
--- trunk/libavcodec/mpegvideo_xvmc.c	Sat Feb 14 23:46:40 2009	(r17291)
+++ trunk/libavcodec/mpegvideo_xvmc.c	Sat Feb 14 23:48:59 2009	(r17292)
@@ -58,8 +58,10 @@ void ff_xvmc_pack_pblocks(MpegEncContext
     }
 }
 
-// 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];




More information about the ffmpeg-cvslog mailing list