cosmetics, align vertically
Originally committed as revision 16898 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
74334ae11e
commit
8090b222ac
@ -39,11 +39,11 @@ static const int PAL_samples_per_frame[] = { 1920, 0 };
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
AVFifoBuffer fifo;
|
AVFifoBuffer fifo;
|
||||||
unsigned fifo_size; ///< current fifo size allocated
|
unsigned fifo_size; ///< current fifo size allocated
|
||||||
uint64_t dts; ///< current dts
|
uint64_t dts; ///< current dts
|
||||||
int sample_size; ///< size of one sample all channels included
|
int sample_size; ///< size of one sample all channels included
|
||||||
const int *samples_per_frame; ///< must be 0 terminated
|
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;
|
} AudioInterleaveContext;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
@ -54,11 +54,11 @@ typedef struct {
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
AudioInterleaveContext aic;
|
AudioInterleaveContext aic;
|
||||||
UID track_essence_element_key;
|
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;
|
const UID *codec_ul;
|
||||||
int64_t duration;
|
int64_t duration;
|
||||||
int order; ///< interleaving order if dts are equal
|
int order; ///< interleaving order if dts are equal
|
||||||
int interlaced; ///< wether picture is interlaced
|
int interlaced; ///< wether picture is interlaced
|
||||||
} MXFStreamContext;
|
} MXFStreamContext;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user