projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12e1166
)
typo fix by ("Todd.Kirby" doubleshot pacbell net)
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 24 Apr 2005 11:08:07 +0000
(11:08 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 24 Apr 2005 11:08:07 +0000
(11:08 +0000)
Originally committed as revision 4150 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/rpza.c
patch
|
blob
|
history
diff --git
a/libavcodec/rpza.c
b/libavcodec/rpza.c
index
317c240
..
6b1510a
100644
(file)
--- 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 0x
1e
\n",
+ av_log(s->avctx, AV_LOG_ERROR, "First chunk byte is 0x%02x instead of 0x
e1
\n",
s->buf[stream_ptr]);
/* Get chunk size, ingnoring first byte */