]> granicus.if.org Git - handbrake/commit
libhb: fix forced foreign language scan issues
authorjstebbins <jstebbins.hb@gmail.com>
Sat, 13 Jun 2009 17:40:29 +0000 (17:40 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sat, 13 Jun 2009 17:40:29 +0000 (17:40 +0000)
commit5a48476a05a18fbd5385aab24134c7d0c6b7b59d
tree938b2204a29b3eef445c2e4b77f97ceb08596850
parentc9987f3bb7a178159687e53edc88bc55ccb5cfd3
libhb: fix forced foreign language scan issues
- subtitles were not being added to list of subs to scan because the wrong
  config was being checked for the forced flag.  needed to use
  job->select_subtitle_config instead of subtitle->config
- scr code in reader was preventing the majority of subtitle packets from
  reaching decvobsub.  made decvobsub more robust by adding ability to
  re-sync in the event of lost packets.  made scr recovery initialize
  itself even in the event that it sees audio or subtitles before seeing
  video.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2526 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/decvobsub.c
libhb/reader.c
libhb/work.c