[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec rpza.c,1.9,1.10

Michael Niedermayer CVS michael
Sun Apr 24 13:08:09 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv24102

Modified Files:
	rpza.c 
Log Message:
typo fix by ("Todd.Kirby" doubleshot pacbell net)


Index: rpza.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/rpza.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- rpza.c	23 Jan 2005 18:09:06 -0000	1.9
+++ rpza.c	24 Apr 2005 11:08:07 -0000	1.10
@@ -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 */





More information about the ffmpeg-cvslog mailing list