OSDN Git Service

Align the subtitles at the bottom on iPod Classic/Nano.
authorritsuka <ritsuka@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 2 Oct 2009 19:01:13 +0000 (19:01 +0000)
committerritsuka <ritsuka@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 2 Oct 2009 19:01:13 +0000 (19:01 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@2860 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/muxmp4.c

index 0ee3deb..1264f9b 100644 (file)
@@ -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);