Fixed FLV attempting to load empty DTSC packets.

This commit is contained in:
Thulinma 2013-11-28 10:26:24 +01:00
parent 12abcea138
commit 8f8b3694b0

View file

@ -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){