|
|
|
@@ -24,6 +24,7 @@ |
|
|
|
|
|
|
|
#include "libavcodec/avcodec.h" |
|
|
|
#include "metadata.h" |
|
|
|
#include "internal.h" |
|
|
|
|
|
|
|
/* EBML version supported */ |
|
|
|
#define EBML_VERSION 1 |
|
|
|
@@ -245,11 +246,6 @@ typedef struct CodecTags{ |
|
|
|
enum CodecID id; |
|
|
|
}CodecTags; |
|
|
|
|
|
|
|
typedef struct CodecMime{ |
|
|
|
char str[32]; |
|
|
|
enum CodecID id; |
|
|
|
}CodecMime; |
|
|
|
|
|
|
|
/* max. depth in the EBML tree structure */ |
|
|
|
#define EBML_MAX_DEPTH 16 |
|
|
|
|
|
|
|
|