OSDN Git Service

libhb: fix forced foreign language scan issues
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 13 Jun 2009 17:40:29 +0000 (17:40 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 13 Jun 2009 17:40:29 +0000 (17:40 +0000)
commit61b7026f2e7c8133e37da87d90efd90a2e9cbb5c
tree938b2204a29b3eef445c2e4b77f97ceb08596850
parent932c662b5312ec9df89d4b7371de748590fe964f
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://localhost/HandBrake/trunk@2526 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/decvobsub.c
libhb/reader.c
libhb/work.c