diff options
author | Eric Lasota <riot@icculus.org> | 2007-06-06 10:40:05 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2007-06-06 10:40:05 +0000 |
commit | 160228f894569e1fcdec824cb68f285d833feee0 (patch) | |
tree | 0ddb4b52fa4c43804f44cbdf0035977506ff8186 /libavcodec/roqvideo.h | |
parent | 1cc60c47c5012f27772d1bb75dc52e28e7f8f0a9 (diff) | |
download | ffmpeg-160228f894569e1fcdec824cb68f285d833feee0.tar.gz |
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
Diffstat (limited to 'libavcodec/roqvideo.h')
-rw-r--r-- | libavcodec/roqvideo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/roqvideo.h b/libavcodec/roqvideo.h index dace062b8c..09ed3c6acf 100644 --- a/libavcodec/roqvideo.h +++ b/libavcodec/roqvideo.h @@ -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; |