mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-17 12:30:11 +01:00
Merge commit '2a1500fb552364488cfbee3e29e296788a3a6bdd'
* commit '2a1500fb552364488cfbee3e29e296788a3a6bdd': movenc: Fix a typo in a comment Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -4161,7 +4161,7 @@ int ff_mov_write_packet(AVFormatContext *s, AVPacket *pkt)
|
|||||||
if (trk->start_dts == AV_NOPTS_VALUE) {
|
if (trk->start_dts == AV_NOPTS_VALUE) {
|
||||||
trk->start_dts = pkt->dts;
|
trk->start_dts = pkt->dts;
|
||||||
if (trk->frag_discont) {
|
if (trk->frag_discont) {
|
||||||
/* Pretend the whole stream started at dts=0, with earlier framgents
|
/* Pretend the whole stream started at dts=0, with earlier fragments
|
||||||
* already written, with a duration summing up to pkt->dts. */
|
* already written, with a duration summing up to pkt->dts. */
|
||||||
trk->frag_start = pkt->dts;
|
trk->frag_start = pkt->dts;
|
||||||
trk->start_dts = 0;
|
trk->start_dts = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user