Commit 69b192ac authored by Ramiro Polla's avatar Ramiro Polla

Typo

Originally committed as revision 12446 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e982d4d3
......@@ -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
......
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