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:
parent
98942fb2c9
commit
1680692a6c
@ -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…
Reference in New Issue
Block a user