]> granicus.if.org Git - handbrake/commit
stream: Improve stream type detection through probing
authorJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 25 May 2017 17:09:21 +0000 (10:09 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 25 May 2017 17:09:21 +0000 (10:09 -0700)
commitd9c418e08089da33d6580cdba32439866fb12924
tree074e6ea02787ed89cdb04b5c78927c96daa98e25
parent615db8abfd8864a7fc61cc3d25895912ef6c5dd4
stream: Improve stream type detection through probing

If the stream is damaged, a probe can fail due to bad data at the
start of the probe buffer.  So try filling the probe buffer from
multiple start positions in the file.
libhb/stream.c