mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end().
Originally committed as revision 17296 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fe4be5dbd5
commit
0b2eb2e8be
@ -109,6 +109,10 @@ int ff_xvmc_field_start(MpegEncContext*s, AVCodecContext *avctx)
|
|||||||
return -1;
|
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)
|
void ff_xvmc_field_end(MpegEncContext *s)
|
||||||
{
|
{
|
||||||
struct xvmc_render_state *render = (struct xvmc_render_state*)s->current_picture.data[2];
|
struct xvmc_render_state *render = (struct xvmc_render_state*)s->current_picture.data[2];
|
||||||
|
Loading…
Reference in New Issue
Block a user