Useless variable removed. Patch by Steve Lhomme.

This commit is contained in:
Moritz Bunkus 2005-04-07 16:55:55 +00:00
parent e393c5e3e8
commit 2f6d607e7c

View File

@ -289,14 +289,12 @@ extract_tracks(const char *file_name,
EbmlElement *l0 = NULL, *l1 = NULL, *l2 = NULL, *l3 = NULL; EbmlElement *l0 = NULL, *l1 = NULL, *l2 = NULL, *l3 = NULL;
EbmlStream *es; EbmlStream *es;
KaxCluster *cluster; KaxCluster *cluster;
KaxBlock *block;
uint64_t cluster_tc, tc_scale = TIMECODE_SCALE, file_size; uint64_t cluster_tc, tc_scale = TIMECODE_SCALE, file_size;
bool tracks_found; bool tracks_found;
mm_io_c *in; mm_io_c *in;
KaxChapters all_chapters; KaxChapters all_chapters;
KaxTags all_tags; KaxTags all_tags;
block = NULL;
// open input file // open input file
try { try {
in = new mm_file_io_c(file_name); in = new mm_file_io_c(file_name);