projects
/
handbrake
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc40ab0
)
stream: fix TS parsing after a seek
author
jstebbins
<jstebbins.hb@gmail.com>
Fri, 1 May 2015 20:30:15 +0000
(20:30 +0000)
committer
jstebbins
<jstebbins.hb@gmail.com>
Fri, 1 May 2015 20:30:15 +0000
(20:30 +0000)
This error was causing some garbled preview frames
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7148
b64f7644
-9d1e-0410-96f1-
a4d463321fa5
libhb/stream.c
patch
|
blob
|
history
diff --git
a/libhb/stream.c
b/libhb/stream.c
index 166830a5d2a268c91272b35533406b25aff6b38d..be214c4bc0c3f4c8a954a09a3f99fc77ae997e55 100644
(file)
--- 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;