Fix gazeta-20090408-1456-aa.ts
regression introduced by 15957b197a63d08c33c34f08ef8b161335736914 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b1eeddf1cc
commit
1f3a1fa921
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user