Commit 88dd6f38 authored by diego's avatar diego

Doxygen comment/explanation for ff_xvmc_init_block().

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17301 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b54998e6
......@@ -31,7 +31,10 @@
#include "xvmc.h"
#include "xvmc_internal.h"
//set s->block
/**
* Initializes the block field of the MpegEncContext pointer passed as
* parameter after making sure that the data is not corrupted.
*/
void ff_xvmc_init_block(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