[FFmpeg-cvslog] r11737 - trunk/libavcodec/ptx.c
michael
subversion
Fri Feb 1 15:03:47 CET 2008
Author: michael
Date: Fri Feb 1 15:03:47 2008
New Revision: 11737
Log:
const
Modified:
trunk/libavcodec/ptx.c
Modified: trunk/libavcodec/ptx.c
==============================================================================
--- trunk/libavcodec/ptx.c (original)
+++ trunk/libavcodec/ptx.c Fri Feb 1 15:03:47 2008
@@ -35,7 +35,7 @@ static int ptx_init(AVCodecContext *avct
}
static int ptx_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
- uint8_t *buf, int buf_size) {
+ const uint8_t *buf, int buf_size) {
PTXContext * const s = avctx->priv_data;
AVFrame *picture = data;
AVFrame * const p = &s->picture;
More information about the ffmpeg-cvslog
mailing list