comparison libmpeg2/mpeg2_internal.h @ 12935:cda4ad0d3e70

forgotten libmpeg2 postprocessing
author henry
date Mon, 02 Aug 2004 13:09:17 +0000
parents d0a8810e155c
children 3e4bea88c1c1
comparison
equal deleted inserted replaced
12934:34394ef08238 12935:cda4ad0d3e70
142 const uint8_t * scan; 142 const uint8_t * scan;
143 143
144 int second_field; 144 int second_field;
145 145
146 int mpeg1; 146 int mpeg1;
147
148 /* for MPlayer: */
149 int quantizer_scale;
150 char* quant_store;
151 int quant_stride;
147 }; 152 };
148 153
149 typedef struct { 154 typedef struct {
150 mpeg2_fbuf_t fbuf; 155 mpeg2_fbuf_t fbuf;
151 } fbuf_alloc_t; 156 } fbuf_alloc_t;