Fixed missing return statements to prevent GCC being whiny.
This commit is contained in:
parent
06bda0240c
commit
c370930c70
3 changed files with 5 additions and 2 deletions
|
@ -91,6 +91,7 @@ bool FLV::seekToTagType(FILE * f, uint8_t t){
|
|||
return false;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/// True if this media type requires init data.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue