summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2008-08-05 00:41:19 +0000
committerAurelien Jacobs <aurel@gnuage.org>2008-08-05 00:41:19 +0000
commitc171af9bd743a3048d676e65ed6c2d38fa31909a (patch)
tree83537790789dce14b363be85bb95251d86c6909c /libavformat/matroskadec.c
parent1e49ee4270394b27d635a814a0749c8072567a8d (diff)
matroskadec: remove unused struct name
Originally committed as revision 14578 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroskadec.c')
-rw-r--r--libavformat/matroskadec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
index dfbe6ca607..347bebe304 100644
--- a/libavformat/matroskadec.c
+++ b/libavformat/matroskadec.c
@@ -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 */