Fix gazeta-20090408-1456-aa.ts

regression introduced by 15957b197a
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-04-05 18:27:15 +02:00
parent b1eeddf1cc
commit 1f3a1fa921

View File

@ -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;
}
}