mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
Revert "qtdemux: Increment current stts index in all code paths after reading one chunk"
This reverts commit 99d5d7570d
. It broke
playback of various valid files.
This commit is contained in:
parent
99d5d7570d
commit
db1757503d
1 changed files with 0 additions and 1 deletions
|
@ -8545,7 +8545,6 @@ done2:
|
||||||
/* save values */
|
/* save values */
|
||||||
stream->stts_time = stts_time;
|
stream->stts_time = stts_time;
|
||||||
stream->stts_sample_index = j + 1;
|
stream->stts_sample_index = j + 1;
|
||||||
stream->stts_index++;
|
|
||||||
goto done3;
|
goto done3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue