diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-10-18 21:30:33 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-10-18 21:30:33 +0000 |
commit | 1680692a6cc003ba1bb2219777a6c33f082aa81d (patch) | |
tree | 7bafdc05086dcc7185f259cc6a16d8711d00d485 /libavformat/electronicarts.c | |
parent | 98942fb2c98e26a162623c31c8bf00e04012fdd2 (diff) | |
download | ffmpeg-1680692a6cc003ba1bb2219777a6c33f082aa81d.tar.gz |
fix comment
Originally committed as revision 10784 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/electronicarts.c')
-rw-r--r-- | libavformat/electronicarts.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |