lavf: Fix codec id forcing with probed codecs

Fixes Ticket2088

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 341e40f1e1)
This commit is contained in:
Michael Niedermayer
2013-01-02 01:15:58 +01:00
committed by Carl Eugen Hoyos
parent bc1e72c38e
commit ff08767817

View File

@@ -731,6 +731,7 @@ no_packet:
}else
av_log(s, AV_LOG_WARNING, "probed stream %d failed\n", st->index);
}
force_codec_ids(s, st);
}
}
}