From 89938d29b5cc6413f890b60ec54bb75103d421ee Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Tue, 11 Sep 2007 23:46:46 +0000 Subject: [PATCH] Typo Originally committed as revision 10478 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/movenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index f1e91b01bb..274c493cbc 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)