Commit 2a1500fb authored by Martin Storsjö's avatar Martin Storsjö

movenc: Fix a typo in a comment

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent e581e88c
......@@ -3367,7 +3367,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