From 2a1500fb552364488cfbee3e29e296788a3a6bdd Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 5 Jan 2015 15:13:48 +0200 Subject: movenc: Fix a typo in a comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/movenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/movenc.c') diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 58ff6ad7cc..6259a8770f 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -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; -- cgit v1.2.3