From 1f3a1fa92110f5e6c02674122bba126feb049f26 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 5 Apr 2011 18:27:15 +0200 Subject: [PATCH] Fix gazeta-20090408-1456-aa.ts regression introduced by 15957b197a63d08c33c34f08ef8b161335736914 Signed-off-by: Michael Niedermayer --- libavformat/mpegts.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 4ce9598e156..8996b725fd8 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -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; } } -- 2.39.2