From: jstebbins Date: Fri, 1 May 2015 20:30:15 +0000 (+0000) Subject: stream: fix TS parsing after a seek X-Git-Tag: 1.0.0~1206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=764431388bfd0cd967b67ba698d27ed0502632a6;p=handbrake stream: fix TS parsing after a seek This error was causing some garbled preview frames git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7148 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/libhb/stream.c b/libhb/stream.c index 166830a5d..be214c4bc 100644 --- a/libhb/stream.c +++ b/libhb/stream.c @@ -4951,6 +4951,7 @@ void hb_ts_stream_reset(hb_stream_t *stream) stream->ts.list[i].buf->size = 0; stream->ts.list[i].skipbad = 1; stream->ts.list[i].continuity = -1; + stream->ts.list[i].pes_info_valid = 0; } stream->need_keyframe = 1;