Browse Source

remove unused context field

Originally committed as revision 8692 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs 18 years ago
parent
commit
8e7a7e6a01
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavformat/matroska.c

+ 0
- 3
libavformat/matroska.c View File

@@ -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;


Loading…
Cancel
Save