diff options
author | wm4 <wm4@nowhere> | 2015-09-01 23:48:14 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-09-01 23:48:14 +0200 |
commit | eabc5309457d8b3926c8d81c55f4de303a76b227 (patch) | |
tree | dfaf1c4e17efc7f9194f0ddccde01fdce066427f /misc | |
parent | 62378b394a87ecc4e0115b2cf605deb3ad29f46a (diff) |
sub: always try to use libavcodec text subtitle converter
Drop the whitelist. It's annoying to maintain. Instead, accept any
subtitle decoder. Since this code path will now also be taken by bitmap
subtitle decoders not whitelisted by sd_lavc.c, add a warning when
bitmap subtitles are decoded. (To reduce or increase potential user
confusion.)
To some degree, a whitelist is needed to distinguish text and bitmap
subtitles. FFmpeg has an API to distinguish them in a generic way to
some degree, but Libav doesn't. So we just stick with this for now.
Diffstat (limited to 'misc')
0 files changed, 0 insertions, 0 deletions