forked from FFmpeg/FFmpeg
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue