From d518796f3d77372db728de467268a63fda18a47f Mon Sep 17 00:00:00 2001 From: ritsuka Date: Fri, 2 Oct 2009 19:01:13 +0000 Subject: Align the subtitles at the bottom on iPod Classic/Nano. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2860 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/muxmp4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhb/muxmp4.c') diff --git a/libhb/muxmp4.c b/libhb/muxmp4.c index 0ee3debc1..1264f9b56 100644 --- a/libhb/muxmp4.c +++ b/libhb/muxmp4.c @@ -451,7 +451,7 @@ static int MP4Init( hb_mux_object_t * m ) MP4SetTrackIntegerProperty(m->file, mux_data->track, "mdia.minf.stbl.stsd.tx3g.dataReferenceIndex", 1); MP4SetTrackIntegerProperty(m->file, mux_data->track, "mdia.minf.stbl.stsd.tx3g.horizontalJustification", 1); - MP4SetTrackIntegerProperty(m->file, mux_data->track, "mdia.minf.stbl.stsd.tx3g.verticalJustification", 0); + MP4SetTrackIntegerProperty(m->file, mux_data->track, "mdia.minf.stbl.stsd.tx3g.verticalJustification", 255); MP4SetTrackIntegerProperty(m->file, mux_data->track, "mdia.minf.stbl.stsd.tx3g.bgColorAlpha", 255); -- cgit v1.2.3