[SCM] libav/experimental: Typo

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:07:04 UTC 2013


The following commit has been merged in the experimental branch:
commit 89938d29b5cc6413f890b60ec54bb75103d421ee
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Tue Sep 11 23:46:46 2007 +0000

    Typo
    
    Originally committed as revision 10478 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index f1e91b0..274c493 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -1540,7 +1540,7 @@ static int mov_write_packet(AVFormatContext *s, AVPacket *pkt)
             samplesInChunk++;
         }
         if(samplesInChunk > 1){
-            av_log(s, AV_LOG_ERROR, "fatal error, input is not a single packet, inplement a AVParser for it\n");
+            av_log(s, AV_LOG_ERROR, "fatal error, input is not a single packet, implement a AVParser for it\n");
             return -1;
         }
     } else if (trk->sampleSize)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list