Commit 341e40f1 authored by Michael Niedermayer's avatar Michael Niedermayer

lavf: Fix codec id forcing with probed codecs

Fixes Ticket2088
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3a6b6f42
......@@ -714,6 +714,7 @@ no_packet:
}else
av_log(s, AV_LOG_WARNING, "probed stream %d failed\n", st->index);
}
force_codec_ids(s, st);
}
}
}
......
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