summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-03 23:00:39 +0200
committerwm4 <wm4@nowhere>2013-06-03 23:00:39 +0200
commitf3871193fcfc5feaee42c883496fa5f8f99eb4f5 (patch)
tree424653d02ca21c19b793a34db5b37f5643bab4d0 /audio
parent61dfe121791adf953386642844cd9258ba99f179 (diff)
downloadmpv-f3871193fcfc5feaee42c883496fa5f8f99eb4f5.tar.bz2
mpv-f3871193fcfc5feaee42c883496fa5f8f99eb4f5.tar.xz
sd_srt, sd_microdvd: set ASS script resolution
Both converters can output \pos and deal with font sizes, so they assume a specific script resolution (PlayResX/PlayResY). The implicit assumption was that a specific resolution was guaranteed. The MP_ASS_FONT_PLAYRESY constant is connected to this. Better make it explicit, so that the implicit dependency on MP_ASS_FONT_PLAYRESY is removed. (Unfortunately, libavcodec sub converters still don't set PlayResX/PlayResY explicitly, so the value set by that constant can't be declared as arbitrary yet.) PlayResY=288 is most likely the SSA natural script resolution (or something like this?), as well as the libass and VSFilter default. PlayResX=384 is the fallback value set by libass if PlayResY is set to 288, and PlayResX is unset.
Diffstat (limited to 'audio')
0 files changed, 0 insertions, 0 deletions