Commit 9107f7cd authored by Diego Biurrun's avatar Diego Biurrun

Doxygenize ff_xvmc_field_start() comment.

Originally committed as revision 17292 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a1bce011
...@@ -58,8 +58,10 @@ void ff_xvmc_pack_pblocks(MpegEncContext *s, int cbp) ...@@ -58,8 +58,10 @@ void ff_xvmc_pack_pblocks(MpegEncContext *s, int cbp)
} }
} }
// 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) 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]; struct xvmc_render_state *last, *next, *render = (struct xvmc_render_state*)s->current_picture.data[2];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment