]> git.sesse.net Git - ffmpeg/commitdiff
fix comment
authorAurelien Jacobs <aurel@gnuage.org>
Thu, 18 Oct 2007 21:30:33 +0000 (21:30 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Thu, 18 Oct 2007 21:30:33 +0000 (21:30 +0000)
Originally committed as revision 10784 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/electronicarts.c

index 8f2f6a29e64b153f412f3d6fad43f8bef47cf71f..2f3fcf691f5d647c05243b11a32845caf2bf8756 100644 (file)
@@ -71,8 +71,8 @@ static uint32_t read_arbitary(ByteIOContext *pb) {
 }
 
 /*
- * 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;