mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
Useless variable removed. Patch by Steve Lhomme.
This commit is contained in:
parent
e393c5e3e8
commit
2f6d607e7c
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user