[MPlayer-cvslog] r20512 - trunk/libass/ass_mp.c
eugeni
subversion at mplayerhq.hu
Sun Oct 29 14:58:30 CET 2006
Author: eugeni
Date: Sun Oct 29 14:58:30 2006
New Revision: 20512
Modified:
trunk/libass/ass_mp.c
Log:
Don't set PlayResX for plaintext subtitles.
This way font proportions will not depend on frame aspect.
Modified: trunk/libass/ass_mp.c
==============================================================================
--- trunk/libass/ass_mp.c (original)
+++ trunk/libass/ass_mp.c Sun Oct 29 14:58:30 2006
@@ -66,7 +66,6 @@
track->track_type = TRACK_TYPE_ASS;
track->Timer = 100.;
- track->PlayResX = 384;
track->PlayResY = 288;
track->WrapStyle = 0;
More information about the MPlayer-cvslog
mailing list