Commit 58149e04 authored by diego's avatar diego

Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end().


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17296 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9ffdc1d9
......@@ -109,6 +109,10 @@ int ff_xvmc_field_start(MpegEncContext*s, AVCodecContext *avctx)
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];
......
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