comparison a64enc.h @ 12409:91db982aaaad libavcodec

fixed some return values and deprecated CODEC_TYPE_VIDEO. dithering (faster) along a linear gradient now.
author bindhammer
date Tue, 24 Aug 2010 14:02:31 +0000
parents f25a00f68cfa
children 7cf900245fce
comparison
equal deleted inserted replaced
12408:ae72506d4c2a 12409:91db982aaaad
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 } A64Context; 50 } A64Context;
49 51
50 #endif /* AVCODEC_A64ENC_H */ 52 #endif /* AVCODEC_A64ENC_H */