summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRodeo <[email protected]>2013-05-12 21:49:54 +0000
committerRodeo <[email protected]>2013-05-12 21:49:54 +0000
commit54548c1b81b719aba1810b9b21526fced9a675ce (patch)
tree477811d8b7fbc24b6319538229f16759ff3f26d2 /NEWS
parentf066cd8a80a6d5a6a84fe3aa87f33f94f95ade67 (diff)
MacGui: stop before the last ("None") subtitle track when converting incompatible tracks to burn-in.
We were calling [[tempObject objectForKey:@"subtitleSourceTrackType"] intValue], so for "None", [nil intValue], which was returning 0. As it turns out, VOBSUB == 0 thus hb_subtitle_can_pass() was true out of sheer luck. In a case where e.g. hb_subtitle_can_pass(VOBSUB, mux) is false (such as with the upcoming HB_MUX_AV_MP4 muxer), the None track would actually be deleted! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5453 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions