]> granicus.if.org Git - handbrake/commit
Fix a problem when encoding the same source audio track twice from BD sources
authorjstebbins <jstebbins.hb@gmail.com>
Mon, 25 Apr 2011 15:32:43 +0000 (15:32 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Mon, 25 Apr 2011 15:32:43 +0000 (15:32 +0000)
commitc9fd57320b601bafaec8178680d689d3e5b75f77
treee07362d65422ddcfe026b65326513773e81173bf
parentc510a6e18cfee78560a0006dde859872bec4db8e
Fix a problem when encoding the same source audio track twice from BD sources
The pid and substream were being added to the TS stream list twice which
caused 2 copies of each packet to be returned to reader. This caused sync
to drop every second packet with "time went backwards" log message.

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