Mercurial > libavformat.hg
changeset 2546:015aa98f3f12 libavformat
Typo
author | ramiro |
---|---|
date | Tue, 11 Sep 2007 23:46:46 +0000 |
parents | 213268d7594e |
children | 92bf4673d050 |
files | movenc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/movenc.c Tue Sep 11 09:27:46 2007 +0000 +++ b/movenc.c Tue Sep 11 23:46:46 2007 +0000 @@ -1540,7 +1540,7 @@ 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)