decpgssub: partial fix for "multi-object" PGS subs
authorjstebbins <jstebbins.hb@gmail.com>
Fri, 13 Jun 2014 20:37:56 +0000 (20:37 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Fri, 13 Jun 2014 20:37:56 +0000 (20:37 +0000)
commit049170a814ea3f5e80d401e73e8c4477ecedde00
tree4decf233e9c4069db67a3944dd11dfdaba59df4c
parentf9da2ea7534cc8603951d44ad8c4ce4497c5c851
decpgssub: partial fix for "multi-object" PGS subs

We were packaging multiple subtitle packets with the same pts and passing
down to rendersub which would then throw away all but the last sub with
a given pts. So put all AVSubtitleRects into the same hb_buffer_t.

A patch to libav is also required to fix the multi-object problem.

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