mpv/sub
wm4 fb563de255 sub: fix confusion of ass_library handles
Commit 7484ae8e2e attempted to introduce two ass_library handles
(as it was needed to deal with how ass_library manages fonts), but the
commit was completely bogus: it assumed osd_state->ass_library would be
used by osd_libass.c only, which is not the case. As result, some of the
subtitle code used the wrong ass_library handle.

We need two ass_library handles in osd_state. The one from the mplayer
core for subtitles (osd_state->ass_library), and one for OSD rendering
(osd_state->osd_ass_library).
2012-08-07 19:21:46 +02:00
..
ass_mp.c sub: simplify code by always defining sub_cp 2012-08-03 06:53:10 +02:00
ass_mp.h
av_sub.c av_sub, spudec: support multiple rectangles 2012-08-03 03:34:38 +02:00
av_sub.h
dec_sub.c
dec_sub.h
find_sub.c
find_subfiles.c
find_subfiles.h
osd_dummy.c Remove teletext support 2012-08-03 00:12:46 +02:00
osd_font.pfb
osd_libass.c sub: fix confusion of ass_library handles 2012-08-07 19:21:46 +02:00
sd.h
sd_ass.c
spudec.c VO: remove old VO glue 2012-08-07 01:29:56 +02:00
spudec.h VO: remove old VO glue 2012-08-07 01:29:56 +02:00
sub.c sub: fix confusion of ass_library handles 2012-08-07 19:21:46 +02:00
sub.h sub: fix confusion of ass_library handles 2012-08-07 19:21:46 +02:00
subassconvert.c subassconvert: order colour names alphabetically / better match W3 list 2012-08-03 03:47:09 +02:00
subassconvert.h
subreader.c sub: simplify code by always defining sub_cp 2012-08-03 06:53:10 +02:00
subreader.h Remove dead code 2012-08-01 17:07:35 +02:00
vobsub.c Remove dead code 2012-08-01 17:07:35 +02:00
vobsub.h Remove dead code 2012-08-01 17:07:35 +02:00