Fix for handling negative h264 offsets in mp4

This commit is contained in:
Erik Zandvliet 2016-04-06 11:38:49 +02:00
parent 3b9911df71
commit 4c2eeb96c8
5 changed files with 14 additions and 12 deletions

View file

@ -7,7 +7,7 @@
namespace Mist {
OutProgressiveMP4::OutProgressiveMP4(Socket::Connection & conn) : HTTPOutput(conn) {
completeKeysOnly = true;
completeKeysOnly = false;
}
OutProgressiveMP4::~OutProgressiveMP4() {}