Commit c171af9b authored by Aurelien Jacobs's avatar Aurelien Jacobs

matroskadec: remove unused struct name

Originally committed as revision 14578 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1e49ee42
......@@ -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 */
......
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