diff roqvideo.h @ 5104:b8e8aa53f613 libavcodec

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
author benoit
date Wed, 06 Jun 2007 10:40:05 +0000
parents 8e206208db1f
children 9ecbfc0c82bf
line wrap: on
line diff
--- a/roqvideo.h	Wed Jun 06 08:51:41 2007 +0000
+++ b/roqvideo.h	Wed Jun 06 10:40:05 2007 +0000
@@ -41,8 +41,8 @@
     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;