[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h,1.402,1.403

Michael Niedermayer CVS michael
Mon Jun 27 01:05:02 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv29161

Modified Files:
	avcodec.h 
Log Message:
tiny docs improvement which i apparebtly forgot to commit


Index: avcodec.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/avcodec.h,v
retrieving revision 1.402
retrieving revision 1.403
diff -u -d -r1.402 -r1.403
--- avcodec.h	17 Jun 2005 15:02:52 -0000	1.402
+++ avcodec.h	26 Jun 2005 23:04:59 -0000	1.403
@@ -796,7 +796,10 @@
     enum SampleFormat sample_fmt;  ///< sample format, currenly unused 
 
     /* the following data should not be initialized */
-    int frame_size;     ///< in samples, initialized when calling 'init' 
+    /**
+     * samples per packet. initialized when calling 'init' 
+     */
+    int frame_size;
     int frame_number;   ///< audio or video frame number 
     int real_pict_num;  ///< returns the real picture number of previous encoded frame 
     
@@ -1013,8 +1016,12 @@
      * - decoding: set by lavc
      */
     int has_b_frames;
-    
-    int block_align; ///< used by some WAV based audio codecs
+
+    /**
+     * number of bytes per packet if constant and known or 0
+     * used by some WAV based audio codecs
+     */
+    int block_align;
     
     int parse_only; /* - decoding only: if true, only parsing is done
                        (function avcodec_parse_frame()). The frame





More information about the ffmpeg-cvslog mailing list