From: Aurelien Jacobs Date: Thu, 18 Oct 2007 21:30:33 +0000 (+0000) Subject: fix comment X-Git-Tag: android-x86-4.4-r1~34827 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1680692a6cc003ba1bb2219777a6c33f082aa81d;p=android-x86%2Fexternal-ffmpeg.git fix comment Originally committed as revision 10784 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/electronicarts.c b/libavformat/electronicarts.c index 8f2f6a29e6..2f3fcf691f 100644 --- a/libavformat/electronicarts.c +++ b/libavformat/electronicarts.c @@ -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;