1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

fix comment

Originally committed as revision 10784 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2007-10-18 21:30:33 +00:00
parent 98942fb2c9
commit 1680692a6c

View 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;