diff cabac.c @ 2024:f65d87bfdd5a libavcodec

some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
author michael
date Tue, 18 May 2004 17:09:46 +0000
parents e20fd60b215c
children 48d9f86fb047
line wrap: on
line diff
--- a/cabac.c	Tue May 18 01:53:43 2004 +0000
+++ b/cabac.c	Tue May 18 17:09:46 2004 +0000
@@ -90,7 +90,7 @@
  *
  * @param buf_size size of buf in bits
  */
-void ff_init_cabac_decoder(CABACContext *c, uint8_t *buf, int buf_size){
+void ff_init_cabac_decoder(CABACContext *c, const uint8_t *buf, int buf_size){
     c->bytestream_start= 
     c->bytestream= buf;