1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

Merge branch 'webmKeyFrames'

This commit is contained in:
Philipp Schafft 2016-02-06 17:44:56 +00:00
commit 235527192c
2 changed files with 710 additions and 182 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,17 +19,6 @@
#include "format.h"
typedef struct ebml_st ebml_t;
typedef struct ebml_source_state_st ebml_source_state_t;
struct ebml_source_state_st {
ebml_t *ebml;
refbuf_t *header;
int file_headers_written;
};
int format_ebml_get_plugin (source_t *source);
#endif /* __FORMAT_EBML_H__ */