From 160228f894569e1fcdec824cb68f285d833feee0 Mon Sep 17 00:00:00 2001 From: Eric Lasota Date: Wed, 6 Jun 2007 10:40:05 +0000 Subject: 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 --- libavcodec/roqvideo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/roqvideo.h') 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; -- cgit v1.2.3