changeset 6495:791b0ef6e72e libavcodec

Typo
author ramiro
date Sat, 15 Mar 2008 12:24:31 +0000
parents 1144fc79b912
children 8fbbe12e0c39
files avcodec.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Fri Mar 14 13:19:39 2008 +0000
+++ b/avcodec.h	Sat Mar 15 12:24:31 2008 +0000
@@ -1136,7 +1136,7 @@
     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