From 8f8b3694b09a8a6b9d89cdd16f5b8701fcf86966 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Thu, 28 Nov 2013 10:26:24 +0100 Subject: [PATCH] Fixed FLV attempting to load empty DTSC packets. --- lib/flv_tag.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/flv_tag.cpp b/lib/flv_tag.cpp index f32271b0..0e89af35 100644 --- a/lib/flv_tag.cpp +++ b/lib/flv_tag.cpp @@ -394,6 +394,7 @@ bool FLV::Tag::DTSCLoader(DTSC::Stream & S){ break; } default: //ignore all other types (there are currently no other types...) + return false; break; } if (len > 0){