ffmpeg | branch: master | Martin Storsjö <mar...@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ö <mar...@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;

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to