Commit 1f3a1fa9 authored by Michael Niedermayer's avatar Michael Niedermayer

Fix gazeta-20090408-1456-aa.ts

regression introduced by 15957b19Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b1eeddf1
......@@ -544,6 +544,7 @@ static void mpegts_find_stream_type(AVStream *st,
if (stream_type == types->stream_type) {
st->codec->codec_type = types->codec_type;
st->codec->codec_id = types->codec_id;
st->request_probe = 0;
return;
}
}
......
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