matroskadec: remove unused struct name
Originally committed as revision 14578 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user