Fixed missing return statements to prevent GCC being whiny.

This commit is contained in:
Thulinma 2018-05-07 14:41:15 +02:00
parent 06bda0240c
commit c370930c70
3 changed files with 5 additions and 2 deletions

View file

@ -91,6 +91,7 @@ bool FLV::seekToTagType(FILE * f, uint8_t t){
return false;
}
}
return false;
}
/// True if this media type requires init data.