Commit cb03d29d authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '2a1500fb'

* commit '2a1500fb':
  movenc: Fix a typo in a comment
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 0d0a9051 2a1500fb
......@@ -4161,7 +4161,7 @@ int ff_mov_write_packet(AVFormatContext *s, AVPacket *pkt)
if (trk->start_dts == AV_NOPTS_VALUE) {
trk->start_dts = pkt->dts;
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. */
trk->frag_start = pkt->dts;
trk->start_dts = 0;
......
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