EBML tweaks

This commit is contained in:
Ramoe 2018-08-27 14:10:07 +02:00 committed by Thulinma
parent 01e15663e9
commit b839a9f618
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,4 @@
#pragma once
#include "output_http.h"
namespace Mist{
@ -7,7 +8,7 @@ namespace Mist{
static void init(Util::Config *cfg);
void onHTTP();
void sendNext();
void sendHeader();
virtual void sendHeader();
uint32_t clusterSize(uint64_t start, uint64_t end);
private: