Originally committed as revision 12446 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ramiro Polla 2008-03-15 12:24:31 +00:00
parent e982d4d39f
commit 69b192acb8
1 changed files with 1 additions and 1 deletions

View File

@ -1136,7 +1136,7 @@ typedef struct AVCodecContext {
int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic);
/**
* Called to release buffers which where allocated with get_buffer.
* Called to release buffers which were allocated with get_buffer.
* A released buffer can be reused in get_buffer().
* pic.data[*] must be set to NULL.
* - encoding: unused