Commit e72cad5e authored by michael's avatar michael

typo fix by ("Todd.Kirby" doubleshot pacbell net)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4150 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d2bb47a6
...@@ -92,7 +92,7 @@ static void rpza_decode_stream(RpzaContext *s) ...@@ -92,7 +92,7 @@ static void rpza_decode_stream(RpzaContext *s)
/* First byte is always 0xe1. Warn if it's different */ /* First byte is always 0xe1. Warn if it's different */
if (s->buf[stream_ptr] != 0xe1) 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]); s->buf[stream_ptr]);
/* Get chunk size, ingnoring first byte */ /* Get chunk size, ingnoring first byte */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment