cosmetics after '76036f5 Refactor decoder library'

reference 'VP8X' consistently / spelling
sort header size defines alphabetically on their logical boundaries
drop useless cast
const updates

Change-Id: I9409814c5b89773ae8910dc74887f91435e6ac82
This commit is contained in:
James Zern
2011-09-16 12:07:55 -07:00
parent 76036f547e
commit 563e52d62e
4 changed files with 11 additions and 11 deletions

View File

@ -265,7 +265,7 @@ int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io) {
"null VP8Io passed to VP8GetHeaders()");
}
buf = (uint8_t*)io->data;
buf = io->data;
buf_size = io->data_size;
// Process Pre-VP8 chunks.