[FFmpeg-cvslog] r10784 - trunk/libavformat/electronicarts.c

aurel subversion
Thu Oct 18 23:30:34 CEST 2007


Author: aurel
Date: Thu Oct 18 23:30:33 2007
New Revision: 10784

Log:
fix comment

Modified:
   trunk/libavformat/electronicarts.c

Modified: trunk/libavformat/electronicarts.c
==============================================================================
--- trunk/libavformat/electronicarts.c	(original)
+++ trunk/libavformat/electronicarts.c	Thu Oct 18 23:30:33 2007
@@ -71,8 +71,8 @@ static uint32_t read_arbitary(ByteIOCont
 }
 
 /*
- * Process WVE file header
- * Returns 1 if the WVE file is valid and successfully opened, 0 otherwise
+ * Process EA file header
+ * Returns 1 if the EA file is valid and successfully opened, 0 otherwise
  */
 static int process_ea_header(AVFormatContext *s) {
     int inHeader = 1;




More information about the ffmpeg-cvslog mailing list