comparison matroska.c @ 2008:779ab422b533 libavformat

remove unused context field
author aurel
date Mon, 09 Apr 2007 16:24:03 +0000
parents 0cae2e896a6c
children c0c6474ce5a7
comparison
equal deleted inserted replaced
2007:0cae2e896a6c 2008:779ab422b533
317 *muxing_app; 317 *muxing_app;
318 int64_t created; 318 int64_t created;
319 319
320 /* timescale in the file */ 320 /* timescale in the file */
321 int64_t time_scale; 321 int64_t time_scale;
322
323 /* position (time, ns) */
324 int64_t pos;
325 322
326 /* num_streams is the number of streams that av_new_stream() was called 323 /* num_streams is the number of streams that av_new_stream() was called
327 * for ( = that are available to the calling program). */ 324 * for ( = that are available to the calling program). */
328 int num_tracks, num_streams; 325 int num_tracks, num_streams;
329 MatroskaTrack *tracks[MAX_STREAMS]; 326 MatroskaTrack *tracks[MAX_STREAMS];