Mercurial > libavformat.hg
changeset 2008:779ab422b533 libavformat
remove unused context field
author | aurel |
---|---|
date | Mon, 09 Apr 2007 16:24:03 +0000 |
parents | 0cae2e896a6c |
children | c0c6474ce5a7 |
files | matroska.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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;