[FFmpeg-cvslog] r16898 - trunk/libavformat/mxfenc.c

bcoudurier subversion
Sat Jan 31 10:53:24 CET 2009


Author: bcoudurier
Date: Sat Jan 31 10:53:23 2009
New Revision: 16898

Log:
cosmetics, align vertically

Modified:
   trunk/libavformat/mxfenc.c

Modified: trunk/libavformat/mxfenc.c
==============================================================================
--- trunk/libavformat/mxfenc.c	Sat Jan 31 10:23:50 2009	(r16897)
+++ trunk/libavformat/mxfenc.c	Sat Jan 31 10:53:23 2009	(r16898)
@@ -39,11 +39,11 @@ static const int PAL_samples_per_frame[]
 
 typedef struct {
     AVFifoBuffer fifo;
-    unsigned fifo_size; ///< current fifo size allocated
-    uint64_t dts; ///< current dts
-    int sample_size; ///< size of one sample all channels included
+    unsigned fifo_size;           ///< current fifo size allocated
+    uint64_t dts;                 ///< current dts
+    int sample_size;              ///< size of one sample all channels included
     const int *samples_per_frame; ///< must be 0 terminated
-    const int *samples; ///< current samples per frame, pointer to samples_per_frame
+    const int *samples;           ///< current samples per frame, pointer to samples_per_frame
 } AudioInterleaveContext;
 
 typedef struct {
@@ -54,11 +54,11 @@ typedef struct {
 typedef struct {
     AudioInterleaveContext aic;
     UID track_essence_element_key;
-    int index; //<<< index in mxf_essence_container_uls table
+    int index;            //<<< index in mxf_essence_container_uls table
     const UID *codec_ul;
     int64_t duration;
-    int order; ///< interleaving order if dts are equal
-    int interlaced; ///< wether picture is interlaced
+    int order;            ///< interleaving order if dts are equal
+    int interlaced;       ///< wether picture is interlaced
 } MXFStreamContext;
 
 typedef struct {




More information about the ffmpeg-cvslog mailing list