fix comment

Originally committed as revision 10784 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Aurelien Jacobs 17 years ago
parent 98942fb2c9
commit 1680692a6c
  1. 4
      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;

Loading…
Cancel
Save