From 10e2dfd2fac5da24f285afd1eca5c3bafd4ff689 Mon Sep 17 00:00:00 2001 From: rohks Date: Wed, 5 Apr 2023 10:26:04 +0100 Subject: [PATCH] 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 e4cb583af2feb607ec5c2c201c22cbd661e454a8) --- libraries/decoder_av1/README.md | 2 -- libraries/decoder_ffmpeg/README.md | 2 -- libraries/decoder_flac/README.md | 2 -- libraries/decoder_opus/README.md | 2 -- libraries/decoder_vp9/README.md | 2 -- 5 files changed, 10 deletions(-) diff --git a/libraries/decoder_av1/README.md b/libraries/decoder_av1/README.md index bdf5083097..c85350595b 100644 --- a/libraries/decoder_av1/README.md +++ b/libraries/decoder_av1/README.md @@ -128,6 +128,4 @@ GL rendering mode has better performance, so should be preferred * [Troubleshooting using decoding extensions][] - - [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 diff --git a/libraries/decoder_ffmpeg/README.md b/libraries/decoder_ffmpeg/README.md index 7e7bd80f3a..5adf97bdcd 100644 --- a/libraries/decoder_ffmpeg/README.md +++ b/libraries/decoder_ffmpeg/README.md @@ -121,6 +121,4 @@ then implement your own logic to use the renderer for a given track. * [Troubleshooting using decoding extensions][] - - [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 diff --git a/libraries/decoder_flac/README.md b/libraries/decoder_flac/README.md index 3599493410..9db717585a 100644 --- a/libraries/decoder_flac/README.md +++ b/libraries/decoder_flac/README.md @@ -100,6 +100,4 @@ player, then implement your own logic to use the renderer for a given track. * [Troubleshooting using decoding extensions][] - - [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 diff --git a/libraries/decoder_opus/README.md b/libraries/decoder_opus/README.md index e879f1a87a..dcbfd5b77d 100644 --- a/libraries/decoder_opus/README.md +++ b/libraries/decoder_opus/README.md @@ -104,6 +104,4 @@ player, then implement your own logic to use the renderer for a given track. * [Troubleshooting using decoding extensions][] - - [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 diff --git a/libraries/decoder_vp9/README.md b/libraries/decoder_vp9/README.md index 633d00a794..1995fe55fd 100644 --- a/libraries/decoder_vp9/README.md +++ b/libraries/decoder_vp9/README.md @@ -141,6 +141,4 @@ GL rendering mode has better performance, so should be preferred. * [Troubleshooting using decoding extensions][] - - [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