mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
Missed a variable initialization.
This commit is contained in:
parent
440d7d0fbe
commit
124014ba64
@ -1771,6 +1771,7 @@ kax_reader_c::read(generic_packetizer_c *,
|
|||||||
upper_lvl_el = 0;
|
upper_lvl_el = 0;
|
||||||
l1 = saved_l1;
|
l1 = saved_l1;
|
||||||
saved_l1 = NULL;
|
saved_l1 = NULL;
|
||||||
|
duration = NULL;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
while ((l1 != NULL) && (upper_lvl_el <= 0)) {
|
while ((l1 != NULL) && (upper_lvl_el <= 0)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user