media/library
ibaker 54eccd3893 Change WebViewSubtitleOutput to use em not % for line offsets
The existing code moves a multi-line cue box by multiples of the height
of the whole cue box (incorrect), rather than multiples of the first
line of text (correct). These two are equivalent for single-line cues,
which is why I didn't initially spot the problem.

PiperOrigin-RevId: 318036793
2020-06-26 11:13:41 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
core Redefine numeric Cue.line in terms of viewport lines, ignore lineAnchor 2020-06-26 11:13:33 +01:00
dash Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
extractor Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
hls Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
smoothstreaming Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
ui Change WebViewSubtitleOutput to use em not % for line offsets 2020-06-26 11:13:41 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.