mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
lavf: Fix codec id forcing with probed codecs
Fixes Ticket2088 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3a6b6f425e
commit
341e40f1e1
@ -714,6 +714,7 @@ no_packet:
|
|||||||
}else
|
}else
|
||||||
av_log(s, AV_LOG_WARNING, "probed stream %d failed\n", st->index);
|
av_log(s, AV_LOG_WARNING, "probed stream %d failed\n", st->index);
|
||||||
}
|
}
|
||||||
|
force_codec_ids(s, st);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user