comparison vp56.h @ 4308:74b476185cd1 libavcodec

Add support for VP60 and VP61.
author aurel
date Sun, 17 Dec 2006 22:00:12 +0000
parents 6a10cc9adb8a
children d3dcf62d52c5
comparison
equal deleted inserted replaced
4307:649e51394b6f 4308:74b476185cd1
74 ScanTable scantable; 74 ScanTable scantable;
75 AVFrame frames[3]; 75 AVFrame frames[3];
76 uint8_t *edge_emu_buffer_alloc; 76 uint8_t *edge_emu_buffer_alloc;
77 uint8_t *edge_emu_buffer; 77 uint8_t *edge_emu_buffer;
78 vp56_range_coder_t c; 78 vp56_range_coder_t c;
79 int sub_version;
79 80
80 /* frame info */ 81 /* frame info */
81 int plane_width[3]; 82 int plane_width[3];
82 int plane_height[3]; 83 int plane_height[3];
83 int mb_width; /* number of horizontal MB */ 84 int mb_width; /* number of horizontal MB */