summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-04-05 18:27:15 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-04-06 01:09:04 +0200
commit1f3a1fa92110f5e6c02674122bba126feb049f26 (patch)
treebb839e39efc0121f15c54b88c543641f3f66c7ce /libavformat
parentb1eeddf1cc530cfce9a178a8ee7066f9d9910784 (diff)
Fix gazeta-20090408-1456-aa.ts
regression introduced by 15957b197a63d08c33c34f08ef8b161335736914 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mpegts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 4ce9598e15..8996b725fd 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;
}
}