[FFmpeg-soc] [soc]: r2479 - mlp/mlpdec.c

ramiro subversion at mplayerhq.hu
Wed Jun 18 16:48:58 CEST 2008


Author: ramiro
Date: Wed Jun 18 16:48:58 2008
New Revision: 2479

Log:
Constify input of decode function.

Modified:
   mlp/mlpdec.c

Modified: mlp/mlpdec.c
==============================================================================
--- mlp/mlpdec.c	(original)
+++ mlp/mlpdec.c	Wed Jun 18 16:48:58 2008
@@ -936,7 +936,7 @@ static uint8_t calculate_parity(const ui
  */
 
 static int read_access_unit(AVCodecContext *avctx, void* data, int *data_size,
-                            uint8_t *buf, int buf_size)
+                            const uint8_t *buf, int buf_size)
 {
     MLPDecodeContext *m = avctx->priv_data;
     GetBitContext gb;



More information about the FFmpeg-soc mailing list