Module: libav
Branch: master
Commit: 2a1500fb552364488cfbee3e29e296788a3a6bdd

Author:    Martin Storsjö <[email protected]>
Committer: Martin Storsjö <[email protected]>
Date:      Mon Jan  5 15:13:48 2015 +0200

movenc: Fix a typo in a comment

Signed-off-by: Martin Storsjö <[email protected]>

---

 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;

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to