]> granicus.if.org Git - handbrake/commit
Fix dropped audio when embedded CC sub is selected
authorJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 15 Jul 2019 16:32:29 +0000 (09:32 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 15 Jul 2019 16:32:29 +0000 (09:32 -0700)
commit3f9531974c9a8d6c0f43a5ee536c419ac407401b
tree99dd820772f30a2af60fd0af1d05dd5ea433fe6d
parentf99a5981027c1393638ea6b547cf3258ec5dfcda
Fix dropped audio when embedded CC sub is selected

The subtitle ID assigned to CC embedded in video collided with regular
track IDs in some file types.

Fixes https://github.com/HandBrake/HandBrake/issues/2103
libhb/common.c
libhb/common.h
libhb/decavcodec.c
libhb/stream.c