summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_xvmc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-14 23:13:32 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-14 23:13:32 +0000
commit0b2eb2e8bec898d9c57cd3ecee554e059d5013b3 (patch)
treea7bca69c37b0e2fd6519ef9338e3c795d14d8948 /libavcodec/mpegvideo_xvmc.c
parentfe4be5dbd5f4645b01887aea4e24c0177f7d8440 (diff)
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
Diffstat (limited to 'libavcodec/mpegvideo_xvmc.c')
-rw-r--r--libavcodec/mpegvideo_xvmc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo_xvmc.c b/libavcodec/mpegvideo_xvmc.c
index 2e50814ab1..af7497e563 100644
--- a/libavcodec/mpegvideo_xvmc.c
+++ b/libavcodec/mpegvideo_xvmc.c
@@ -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];