[SCM] libav/experimental: typo fix by ("Todd.Kirby" doubleshot pacbell net)
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:43:43 UTC 2013
The following commit has been merged in the experimental branch:
commit bd0854596a3a405b4217f00caaae201ee07dc225
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Sun Apr 24 11:08:07 2005 +0000
typo fix by ("Todd.Kirby" doubleshot pacbell net)
Originally committed as revision 4150 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/rpza.c b/libavcodec/rpza.c
index 317c240..6b1510a 100644
--- a/libavcodec/rpza.c
+++ b/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 */
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list