[SCM] libav/experimental: matroskadec: remove unused struct name

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:26:47 UTC 2013


The following commit has been merged in the experimental branch:
commit c171af9bd743a3048d676e65ed6c2d38fa31909a
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Tue Aug 5 00:41:19 2008 +0000

    matroskadec: remove unused struct name
    
    Originally committed as revision 14578 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
index dfbe6ca..347bebe 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 */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list