mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
When splitting the display_reader has to be reset - otherwise it would point to a deleted reader.
This commit is contained in:
parent
d42c0f0720
commit
65a960f3e6
@ -1633,6 +1633,8 @@ static void init_globals() {
|
||||
default_tracks[0] = 0;
|
||||
default_tracks[1] = 0;
|
||||
default_tracks[2] = 0;
|
||||
display_counter = 1;
|
||||
display_reader = NULL;
|
||||
}
|
||||
|
||||
static void destroy_readers() {
|
||||
|
Loading…
Reference in New Issue
Block a user