Fix for handling negative h264 offsets in mp4
This commit is contained in:
parent
3b9911df71
commit
4c2eeb96c8
5 changed files with 14 additions and 12 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
namespace Mist {
|
||||
OutProgressiveMP4::OutProgressiveMP4(Socket::Connection & conn) : HTTPOutput(conn) {
|
||||
completeKeysOnly = true;
|
||||
completeKeysOnly = false;
|
||||
}
|
||||
OutProgressiveMP4::~OutProgressiveMP4() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue