diff options
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; |