EBML tweaks
This commit is contained in:
parent
01e15663e9
commit
b839a9f618
3 changed files with 9 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue