]> granicus.if.org Git - handbrake/commit
fix a problem processing PS stream that look a lot like DVD PS but are not.
authorjstebbins <jstebbins.hb@gmail.com>
Thu, 1 Apr 2010 22:14:08 +0000 (22:14 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Thu, 1 Apr 2010 22:14:08 +0000 (22:14 +0000)
commit13eb2d6d5e7ad894d0dfe808dc3cb26a062d48b7
treedcd487eaf1a1fe1f9c4b405ab98a74f3dc2de09d
parente73f60520aa23505d4d85a5d8ff4277eb04b5d43
fix a problem processing PS stream that look a lot like DVD PS but are not.
these streams have start codes that all align on 2048 byte boundaries
which makes them look like DVD PS. But within the 2048 bytes, they have
multiple pack headers which we were tripping on.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3181 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/demuxmpeg.c