summaryrefslogtreecommitdiff
path: root/libavformat/matroska.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-04-09 16:24:03 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-04-09 16:24:03 +0000
commit8e7a7e6a0107dc7a252cce5db02fffc70cc0a41c (patch)
tree3f174b4cc94c0133cf6d21d70da412bbee7304da /libavformat/matroska.c
parent794857ae45d0a0e75e45554699ad3774686d0fed (diff)
remove unused context field
Originally committed as revision 8692 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroska.c')
-rw-r--r--libavformat/matroska.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index ec1f9b9108..867a2a37fb 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;