[FFmpeg-cvslog] Fix gazeta-20090408-1456-aa.ts

Michael Niedermayer git at videolan.org
Wed Apr 6 01:16:44 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Apr  5 18:27:15 2011 +0200| [1f3a1fa92110f5e6c02674122bba126feb049f26] | committer: Michael Niedermayer

Fix gazeta-20090408-1456-aa.ts
regression introduced by 15957b197a63d08c33c34f08ef8b161335736914
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f3a1fa92110f5e6c02674122bba126feb049f26
---

 libavformat/mpegts.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 4ce9598..8996b72 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;
         }
     }



More information about the ffmpeg-cvslog mailing list