Skip to content
Snippets Groups Projects
Commit bd085459 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

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

Originally committed as revision 4150 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 12e11662
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment