Mercurial > libavcodec.hg
diff cyuv.c @ 2028:141a9539e270 libavcodec
data_size = 0 cleanup
author | michael |
---|---|
date | Fri, 21 May 2004 14:37:16 +0000 |
parents | 86220e37a31e |
children | 08cf92c2f7c0 |
line wrap: on
line diff
--- a/cyuv.c Fri May 21 14:29:25 2004 +0000 +++ b/cyuv.c Fri May 21 14:37:16 2004 +0000 @@ -81,8 +81,6 @@ unsigned char cur_byte; int pixel_groups; - *data_size = 0; - /* sanity check the buffer size: A buffer has 3x16-bytes tables * followed by (height) lines each with 3 bytes to represent groups * of 4 pixels. Thus, the total size of the buffer ought to be: