Skip to content

Commit 10e2dfd

Browse files
committed
Remove Javadoc TODO from README of decoder extensions
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)
1 parent 654a678 commit 10e2dfd

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

libraries/decoder_av1/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,4 @@ GL rendering mode has better performance, so should be preferred
128128

129129
* [Troubleshooting using decoding extensions][]
130130

131-
<!-- TODO(b/276289331): Add Javadoc link when it's published on developer.android.com -->
132-
133131
[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

libraries/decoder_ffmpeg/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,4 @@ then implement your own logic to use the renderer for a given track.
121121

122122
* [Troubleshooting using decoding extensions][]
123123

124-
<!-- TODO(b/276289331): Add Javadoc link when it's published on developer.android.com -->
125-
126124
[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

libraries/decoder_flac/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,4 @@ player, then implement your own logic to use the renderer for a given track.
100100

101101
* [Troubleshooting using decoding extensions][]
102102

103-
<!-- TODO(b/276289331): Add Javadoc link when it's published on developer.android.com -->
104-
105103
[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

libraries/decoder_opus/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,4 @@ player, then implement your own logic to use the renderer for a given track.
104104

105105
* [Troubleshooting using decoding extensions][]
106106

107-
<!-- TODO(b/276289331): Add Javadoc link when it's published on developer.android.com -->
108-
109107
[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

libraries/decoder_vp9/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,4 @@ GL rendering mode has better performance, so should be preferred.
141141

142142
* [Troubleshooting using decoding extensions][]
143143

144-
<!-- TODO(b/276289331): Add Javadoc link when it's published on developer.android.com -->
145-
146144
[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 commit comments

Comments
 (0)