[SCM] libav/experimental: remove unused context field

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:58:46 UTC 2013


The following commit has been merged in the experimental branch:
commit 8e7a7e6a0107dc7a252cce5db02fffc70cc0a41c
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Mon Apr 9 16:24:03 2007 +0000

    remove unused context field
    
    Originally committed as revision 8692 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index ec1f9b9..867a2a3 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -320,9 +320,6 @@ typedef struct MatroskaDemuxContext {
     /* timescale in the file */
     int64_t time_scale;
 
-    /* position (time, ns) */
-    int64_t pos;
-
     /* num_streams is the number of streams that av_new_stream() was called
      * for ( = that are available to the calling program). */
     int num_tracks, num_streams;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list