comparison roqvideo.h @ 5104:b8e8aa53f613 libavcodec

Rename cb field patch by Eric Lasota: [riot at icculus org] original thread: [FFmpeg-devel] [PATCH] RoQ decoder 4:4:4 update date: 06/05/2007 09:22 PM
author benoit
date Wed, 06 Jun 2007 10:40:05 +0000
parents 8e206208db1f
children 9ecbfc0c82bf
comparison
equal deleted inserted replaced
5103:1deb3e53da27 5104:b8e8aa53f613
39 AVFrame *last_frame; 39 AVFrame *last_frame;
40 AVFrame *current_frame; 40 AVFrame *current_frame;
41 int y_stride; 41 int y_stride;
42 int c_stride; 42 int c_stride;
43 43
44 roq_cell cells[256]; 44 roq_cell cb2x2[256];
45 roq_qcell qcells[256]; 45 roq_qcell cb4x4[256];
46 46
47 unsigned char *buf; 47 unsigned char *buf;
48 int size; 48 int size;
49 49
50 } RoqContext; 50 } RoqContext;