From 69b192acb8311951adf603259539ed3ceaccbe50 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Sat, 15 Mar 2008 12:24:31 +0000 Subject: [PATCH] Typo Originally committed as revision 12446 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 7def341ce8..4383f92813 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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