[FFmpeg-cvslog] r14578 - trunk/libavformat/matroskadec.c

aurel subversion
Tue Aug 5 02:41:20 CEST 2008


Author: aurel
Date: Tue Aug  5 02:41:19 2008
New Revision: 14578

Log:
matroskadec: remove unused struct name

Modified:
   trunk/libavformat/matroskadec.c

Modified: trunk/libavformat/matroskadec.c
==============================================================================
--- trunk/libavformat/matroskadec.c	(original)
+++ trunk/libavformat/matroskadec.c	Tue Aug  5 02:41:19 2008
@@ -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 */




More information about the ffmpeg-cvslog mailing list