Commit 30407576 authored by ramiro's avatar ramiro

Typo

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10478 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 27bf6036
...@@ -1540,7 +1540,7 @@ static int mov_write_packet(AVFormatContext *s, AVPacket *pkt) ...@@ -1540,7 +1540,7 @@ static int mov_write_packet(AVFormatContext *s, AVPacket *pkt)
samplesInChunk++; samplesInChunk++;
} }
if(samplesInChunk > 1){ 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; return -1;
} }
} else if (trk->sampleSize) } else if (trk->sampleSize)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment