mirror of https://git.ffmpeg.org/ffmpeg.git
Typo
Originally committed as revision 10478 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f612801465
commit
89938d29b5
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue