Fixed FLV attempting to load empty DTSC packets.
This commit is contained in:
parent
12abcea138
commit
8f8b3694b0
1 changed files with 1 additions and 0 deletions
|
@ -394,6 +394,7 @@ bool FLV::Tag::DTSCLoader(DTSC::Stream & S){
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default: //ignore all other types (there are currently no other types...)
|
default: //ignore all other types (there are currently no other types...)
|
||||||
|
return false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (len > 0){
|
if (len > 0){
|
||||||
|
|
Loading…
Add table
Reference in a new issue