[Ffmpeg-cvslog] r8692 - trunk/libavformat/matroska.c

aurel subversion
Mon Apr 9 18:24:03 CEST 2007


Author: aurel
Date: Mon Apr  9 18:24:03 2007
New Revision: 8692

Modified:
   trunk/libavformat/matroska.c

Log:
remove unused context field

Modified: trunk/libavformat/matroska.c
==============================================================================
--- trunk/libavformat/matroska.c	(original)
+++ trunk/libavformat/matroska.c	Mon Apr  9 18:24:03 2007
@@ -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;




More information about the ffmpeg-cvslog mailing list