Commit 29928f30 authored by Denis Charmet's avatar Denis Charmet

Initialize codecs after track parsing and not before the selection.

This avoid leaks at segment changes.
parent 9b14e523
This diff is collapsed.
......@@ -161,6 +161,7 @@ private:
void ParseCluster( bool b_update_start_time = true );
SimpleTag * ParseSimpleTags( KaxTagSimple *tag, int level = 50 );
void IndexAppendCluster( KaxCluster *cluster );
int32_t TrackInit( mkv_track_t * p_tk );
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment