[FFmpeg-cvslog] r12446 - trunk/libavcodec/avcodec.h

ramiro subversion
Sat Mar 15 13:24:32 CET 2008


Author: ramiro
Date: Sat Mar 15 13:24:31 2008
New Revision: 12446

Log:
Typo

Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	(original)
+++ trunk/libavcodec/avcodec.h	Sat Mar 15 13:24:31 2008
@@ -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




More information about the ffmpeg-cvslog mailing list