projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
794857a
)
remove unused context field
author
Aurelien Jacobs
<aurel@gnuage.org>
Mon, 9 Apr 2007 16:24:03 +0000
(16:24 +0000)
committer
Aurelien Jacobs
<aurel@gnuage.org>
Mon, 9 Apr 2007 16:24:03 +0000
(16:24 +0000)
Originally committed as revision 8692 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/matroska.c
patch
|
blob
|
history
diff --git
a/libavformat/matroska.c
b/libavformat/matroska.c
index
ec1f9b9
..
867a2a3
100644
(file)
--- 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;