Commit 7b5b28e5 authored by aurel's avatar aurel

matroskadec: remove unused struct name

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14578 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f4edb309
...@@ -168,12 +168,12 @@ typedef struct { ...@@ -168,12 +168,12 @@ typedef struct {
uint64_t pos; uint64_t pos;
} MatroskaSeekhead; } MatroskaSeekhead;
typedef struct MatroskaLevel { typedef struct {
uint64_t start; uint64_t start;
uint64_t length; uint64_t length;
} MatroskaLevel; } MatroskaLevel;
typedef struct MatroskaDemuxContext { typedef struct {
AVFormatContext *ctx; AVFormatContext *ctx;
/* ebml stuff */ /* ebml stuff */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment