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:
Eric Lasota 2007-06-06 10:40:05 +00:00 committed by Benoit Fouet
parent 1cc60c47c5
commit 160228f894
2 changed files with 23 additions and 23 deletions

View file

@ -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;