diff avcodec.h @ 6495:791b0ef6e72e libavcodec

Typo
author ramiro
date Sat, 15 Mar 2008 12:24:31 +0000
parents c8c58c35feef
children d9711ab4a934
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