[FFmpeg-cvslog] r11766 - trunk/libavcodec/pnmenc.c

michael subversion
Fri Feb 1 16:34:00 CET 2008


Author: michael
Date: Fri Feb  1 16:34:00 2008
New Revision: 11766

Log:
some const


Modified:
   trunk/libavcodec/pnmenc.c

Modified: trunk/libavcodec/pnmenc.c
==============================================================================
--- trunk/libavcodec/pnmenc.c	(original)
+++ trunk/libavcodec/pnmenc.c	Fri Feb  1 16:34:00 2008
@@ -34,7 +34,7 @@ static int common_init(AVCodecContext *a
 
 static int pnm_decode_frame(AVCodecContext *avctx,
                         void *data, int *data_size,
-                        uint8_t *buf, int buf_size)
+                        const uint8_t *buf, int buf_size)
 {
     PNMContext * const s = avctx->priv_data;
     AVFrame *picture = data;




More information about the ffmpeg-cvslog mailing list