# HG changeset patch # User aurel # Date 1176135843 0 # Node ID 779ab422b533350810a0c341dca9a4dc1a6165cb # Parent 0cae2e896a6c3b618d99ba7dcd0d6b3a9f005455 remove unused context field diff -r 0cae2e896a6c -r 779ab422b533 matroska.c --- a/matroska.c Mon Apr 09 16:22:18 2007 +0000 +++ b/matroska.c Mon Apr 09 16:24:03 2007 +0000 @@ -320,9 +320,6 @@ /* 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;