]> granicus.if.org Git - handbrake/commit
Make order of audio tracks found in PS streams more predictable
authorjstebbins <jstebbins.hb@gmail.com>
Mon, 25 Apr 2011 15:57:07 +0000 (15:57 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Mon, 25 Apr 2011 15:57:07 +0000 (15:57 +0000)
commite06c1946ddf693572d8f3044daa423462b6bdadc
treefda10c68e279e9d1193f8339bf657c825a3a6bba
parentc9fd57320b601bafaec8178680d689d3e5b75f77
Make order of audio tracks found in PS streams more predictable
Since PS streams don't have a directory of streams, we find them by
scanning the PES headers for stream types.  We were adding them in the
order found which is pretty random.  This sorts audios by substream id.

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