Commit e4bd66bd authored by bcoudurier's avatar bcoudurier

downgrade mov negative ctts log message to warning, patch by Art Clarke,...

downgrade mov negative ctts log message to warning, patch by Art Clarke, aclarke at vlideshow dot com

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14492 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent efd36f22
......@@ -1125,7 +1125,7 @@ static int mov_read_ctts(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
int duration =get_be32(pb);
if (duration < 0) {
av_log(c->fc, AV_LOG_ERROR, "negative ctts, ignoring\n");
av_log(c->fc, AV_LOG_WARNING, "negative ctts, ignoring\n");
sc->ctts_count = 0;
url_fskip(pb, 8 * (entries - i - 1));
break;
......
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