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

stefano subversion
Sat Jan 1 12:47:52 CET 2011


Author: stefano
Date: Sat Jan  1 12:47:51 2011
New Revision: 26183

Log:
Fix typos.

Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	Sat Jan  1 04:24:10 2011	(r26182)
+++ trunk/libavcodec/avcodec.h	Sat Jan  1 12:47:51 2011	(r26183)
@@ -992,11 +992,11 @@ typedef struct AVPanScan{
     int8_t *ref_index[2];\
 \
     /**\
-     * reordered opaque 64bit (generally a integer or double preccission float \
+     * reordered opaque 64bit (generally an integer or a double precision float\
      * PTS but can be anything). \
      * The user sets AVCodecContext.reordered_opaque to represent the input at\
-     * that time ,\
-     * the decoder reorderes values as needed and sets AVFrame.reordered_opaque\
+     * that time,\
+     * the decoder reorders values as needed and sets AVFrame.reordered_opaque\
      * to exactly one of the values provided by the user through AVCodecContext.reordered_opaque \
      * - encoding: unused\
      * - decoding: Read by user.\



More information about the ffmpeg-cvslog mailing list