[FFmpeg-cvslog] movenc: Fix a typo in a comment

Martin Storsjö git at videolan.org
Wed Jan 7 01:24:40 CET 2015


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Mon Jan  5 15:13:48 2015 +0200| [2a1500fb552364488cfbee3e29e296788a3a6bdd] | committer: Martin Storsjö

movenc: Fix a typo in a comment

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2a1500fb552364488cfbee3e29e296788a3a6bdd
---

 libavformat/movenc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 58ff6ad..6259a87 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;



More information about the ffmpeg-cvslog mailing list