matroskadec: remove unused struct name

Originally committed as revision 14578 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2008-08-05 00:41:19 +00:00
parent 1e49ee4270
commit c171af9bd7

View File

@ -168,12 +168,12 @@ typedef struct {
uint64_t pos;
} MatroskaSeekhead;
typedef struct MatroskaLevel {
typedef struct {
uint64_t start;
uint64_t length;
} MatroskaLevel;
typedef struct MatroskaDemuxContext {
typedef struct {
AVFormatContext *ctx;
/* ebml stuff */