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