OSDN Git Service

fix a problem processing PS stream that look a lot like DVD PS but are not.
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 1 Apr 2010 22:14:08 +0000 (22:14 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 1 Apr 2010 22:14:08 +0000 (22:14 +0000)
commit8e7c9677b2593742cdcb38b8d6225fc04a6f1701
treedcd487eaf1a1fe1f9c4b405ab98a74f3dc2de09d
parent0e4e28d16a3322b87a86f6d618cb29707adb4d75
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://localhost/HandBrake/trunk@3181 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/demuxmpeg.c