From fd42eb6dec2d911a8480d7b30625b27aeb34ce6c Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Fri, 6 May 2005 04:19:17 +0000 Subject: syncing to FFmpeg libavcodec build 4754 CVS patchset: 7522 CVS date: 2005/05/06 04:19:17 --- src/libffmpeg/libavcodec/rpza.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libffmpeg/libavcodec/rpza.c') diff --git a/src/libffmpeg/libavcodec/rpza.c b/src/libffmpeg/libavcodec/rpza.c index 317c240b9..6b1510a4b 100644 --- a/src/libffmpeg/libavcodec/rpza.c +++ b/src/libffmpeg/libavcodec/rpza.c @@ -92,7 +92,7 @@ static void rpza_decode_stream(RpzaContext *s) /* First byte is always 0xe1. Warn if it's different */ if (s->buf[stream_ptr] != 0xe1) - av_log(s->avctx, AV_LOG_ERROR, "First chunk byte is 0x%02x instead of 0x1e\n", + av_log(s->avctx, AV_LOG_ERROR, "First chunk byte is 0x%02x instead of 0xe1\n", s->buf[stream_ptr]); /* Get chunk size, ingnoring first byte */ -- cgit v1.2.3