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 Originally committed as revision 9231 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1cc60c47c5
commit
160228f894
2 changed files with 23 additions and 23 deletions
|
|
@ -41,8 +41,8 @@ typedef struct RoqContext {
|
|||
int y_stride;
|
||||
int c_stride;
|
||||
|
||||
roq_cell cells[256];
|
||||
roq_qcell qcells[256];
|
||||
roq_cell cb2x2[256];
|
||||
roq_qcell cb4x4[256];
|
||||
|
||||
unsigned char *buf;
|
||||
int size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue