r1051: Resources window: Keep the divider inside the window.
[cinelerra_cv.git] / libmpeg3 / video / layerdata.h
blob6e8fb410715384b40da1190f421d3a18f73fdf51
1 #ifndef LAYERDATA_H
2 #define LAYERDATA_H
4 typedef struct
6 /* sequence header */
7 int intra_quantizer_matrix[64], non_intra_quantizer_matrix[64];
8 int chroma_intra_quantizer_matrix[64], chroma_non_intra_quantizer_matrix[64];
9 int mpeg2;
10 int qscale_type, altscan; /* picture coding extension */
11 int pict_scal; /* picture spatial scalable extension */
12 int scalable_mode; /* sequence scalable extension */
13 } mpeg3_layerdata_t;
16 #endif