]> git.sesse.net Git - ffmpeg/commitdiff
Fix gazeta-20090408-1456-aa.ts
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 5 Apr 2011 16:27:15 +0000 (18:27 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 5 Apr 2011 23:09:04 +0000 (01:09 +0200)
regression introduced by 15957b197a63d08c33c34f08ef8b161335736914
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/mpegts.c

index 4ce9598e1568ab8a6a611cbc2523ff87bd7d796d..8996b725fd86fa8d1a9561b30ced1452ac23995e 100644 (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;
         }
     }