changeset 2626:370f4b9ec7d8 libavcodec

typo fix by ("Todd.Kirby" doubleshot pacbell net)
author michael
date Sun, 24 Apr 2005 11:08:07 +0000
parents 308e8bdf5921
children bf158d23bbcc
files rpza.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rpza.c	Thu Apr 21 21:27:03 2005 +0000
+++ b/rpza.c	Sun Apr 24 11:08:07 2005 +0000
@@ -92,7 +92,7 @@
 
     /* 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 */