comparison a64enc.h @ 12410:7cf900245fce libavcodec

added interlacing option and compression option for colorram (lut)
author bindhammer
date Tue, 24 Aug 2010 15:21:27 +0000
parents 91db982aaaad
children
comparison
equal deleted inserted replaced
12409:91db982aaaad 12410:7cf900245fce
43 int mc_use_5col; 43 int mc_use_5col;
44 int mc_frame_counter; 44 int mc_frame_counter;
45 int *mc_meta_charset; 45 int *mc_meta_charset;
46 int *mc_charmap; 46 int *mc_charmap;
47 int *mc_best_cb; 47 int *mc_best_cb;
48 int *mc_charset;
49 int mc_luma_vals[5]; 48 int mc_luma_vals[5];
49 uint8_t *mc_charset;
50 uint8_t *mc_colram;
50 } A64Context; 51 } A64Context;
51 52
52 #endif /* AVCODEC_A64ENC_H */ 53 #endif /* AVCODEC_A64ENC_H */