Skip to content

Commit

Permalink
Remove Javadoc TODO from README of decoder extensions
Browse files Browse the repository at this point in the history
As most classes are used via interface only and people depending on it locally can always find the Javadoc in Android Studio directly, we don't plan to add Javadocs for these extensions module in developer.android.com.

PiperOrigin-RevId: 521993756
(cherry picked from commit e4cb583)
  • Loading branch information
rohitjoins committed Apr 18, 2023
1 parent 654a678 commit 10e2dfd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions libraries/decoder_av1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,4 @@ GL rendering mode has better performance, so should be preferred

* [Troubleshooting using decoding extensions][]

<!-- TODO(b/276289331): Add Javadoc link when it's published on developer.android.com -->

[Troubleshooting using decoding extensions]: https://developer.android.com/guide/topics/media/exoplayer/troubleshooting#how-can-i-get-a-decoding-library-to-load-and-be-used-for-playbacks
2 changes: 0 additions & 2 deletions libraries/decoder_ffmpeg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,4 @@ then implement your own logic to use the renderer for a given track.

* [Troubleshooting using decoding extensions][]

<!-- TODO(b/276289331): Add Javadoc link when it's published on developer.android.com -->

[Troubleshooting using decoding extensions]: https://developer.android.com/guide/topics/media/exoplayer/troubleshooting#how-can-i-get-a-decoding-library-to-load-and-be-used-for-playback
2 changes: 0 additions & 2 deletions libraries/decoder_flac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,4 @@ player, then implement your own logic to use the renderer for a given track.

* [Troubleshooting using decoding extensions][]

<!-- TODO(b/276289331): Add Javadoc link when it's published on developer.android.com -->

[Troubleshooting using decoding extensions]: https://developer.android.com/guide/topics/media/exoplayer/troubleshooting#how-can-i-get-a-decoding-library-to-load-and-be-used-for-playback
2 changes: 0 additions & 2 deletions libraries/decoder_opus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,4 @@ player, then implement your own logic to use the renderer for a given track.

* [Troubleshooting using decoding extensions][]

<!-- TODO(b/276289331): Add Javadoc link when it's published on developer.android.com -->

[Troubleshooting using decoding extensions]: https://developer.android.com/guide/topics/media/exoplayer/troubleshooting#how-can-i-get-a-decoding-library-to-load-and-be-used-for-playback
2 changes: 0 additions & 2 deletions libraries/decoder_vp9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,4 @@ GL rendering mode has better performance, so should be preferred.

* [Troubleshooting using decoding extensions][]

<!-- TODO(b/276289331): Add Javadoc link when it's published on developer.android.com -->

[Troubleshooting using decoding extensions]: https://developer.android.com/guide/topics/media/exoplayer/troubleshooting#how-can-i-get-a-decoding-library-to-load-and-be-used-for-playback

0 comments on commit 10e2dfd

Please sign in to comment.