Fix some markdown-in-javadoc

PiperOrigin-RevId: 687354846
(cherry picked from commit 49337d966705d854091dfc26a3f2006d29231c97)
This commit is contained in:
ibaker 2024-10-18 10:45:32 -07:00 committed by Iván Budnik
parent 2bf0138590
commit eb2ef4d14b
2 changed files with 18 additions and 10 deletions

View File

@ -684,11 +684,15 @@ public class DefaultTrackSelector extends MappingTrackSelector
* supported by the audio and video renderers for the selected tracks.
*
* <p>Tunneling is known to have many device specific issues and limitations. Manual testing is
* strongly recommended to check that the media plays correctly when this option is enabled. See
* [#9661](https://github.com/google/ExoPlayer/issues/9661),
* [#9133](https://github.com/google/ExoPlayer/issues/9133),
* [#9317](https://github.com/google/ExoPlayer/issues/9317),
* [#9502](https://github.com/google/ExoPlayer/issues/9502).
* strongly recommended to check that the media plays correctly when this option is enabled.
* See:
*
* <ul>
* <li><a href="https://github.com/google/ExoPlayer/issues/9661">google/ExoPlayer#9661</a>
* <li><a href="https://github.com/google/ExoPlayer/issues/9133">google/ExoPlayer#9133</a>
* <li><a href="https://github.com/google/ExoPlayer/issues/9317">google/ExoPlayer#9317</a>
* <li><a href="https://github.com/google/ExoPlayer/issues/9502">google/ExoPlayer#9502</a>
* </ul>
*
* @param tunnelingEnabled Whether to enable tunneling if possible.
* @return This builder.
@ -1499,10 +1503,14 @@ public class DefaultTrackSelector extends MappingTrackSelector
*
* <p>Tunneling is known to have many device specific issues and limitations. Manual testing
* is strongly recommended to check that the media plays correctly when this option is
* enabled. See [#9661](https://github.com/google/ExoPlayer/issues/9661),
* [#9133](https://github.com/google/ExoPlayer/issues/9133),
* [#9317](https://github.com/google/ExoPlayer/issues/9317),
* [#9502](https://github.com/google/ExoPlayer/issues/9502).
* enabled. See:
*
* <ul>
* <li><a href="https://github.com/google/ExoPlayer/issues/9661">google/ExoPlayer#9661</a>
* <li><a href="https://github.com/google/ExoPlayer/issues/9133">google/ExoPlayer#9133</a>
* <li><a href="https://github.com/google/ExoPlayer/issues/9317">google/ExoPlayer#9317</a>
* <li><a href="https://github.com/google/ExoPlayer/issues/9502">google/ExoPlayer#9502</a>
* </ul>
*
* @param tunnelingEnabled Whether to enable tunneling if possible.
* @return This builder.

View File

@ -82,7 +82,7 @@ import java.util.List;
private static final String TAG = "SefReader";
/**
* Hex representation of `SEFT` (in ASCII).
* Integer representation of {@code SEFT} (in ASCII).
*
* <p>This is the last 4 bytes of a file that has Samsung Extension Format (SEF) data.
*/