Mercurial > libavformat.hg
changeset 3658:04ffed56f400 libavformat
matroskadec: remove unused struct name
author | aurel |
---|---|
date | Tue, 05 Aug 2008 00:41:19 +0000 |
parents | e2402ee0a069 |
children | e888db995d49 |
files | matroskadec.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/matroskadec.c Tue Aug 05 00:41:16 2008 +0000 +++ b/matroskadec.c Tue Aug 05 00:41:19 2008 +0000 @@ -168,12 +168,12 @@ 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 */