[Android] VLCOptions: remove a duplicate comment

Martin Finkel git at videolan.org
Wed Apr 29 12:04:08 CEST 2020


vlc-android | branch: master | Martin Finkel <finkel2804 at gmail.com> | Wed Apr 29 11:29:20 2020 +0200| [04d8b8d12dad55aed438a52b831f1916bc737754] | committer: Martin Finkel

VLCOptions: remove a duplicate comment

> https://code.videolan.org/videolan/vlc-android/commit/04d8b8d12dad55aed438a52b831f1916bc737754
---

 .../resources/src/main/java/org/videolan/resources/VLCOptions.kt | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/application/resources/src/main/java/org/videolan/resources/VLCOptions.kt b/application/resources/src/main/java/org/videolan/resources/VLCOptions.kt
index 82e694673..cb0e874f0 100644
--- a/application/resources/src/main/java/org/videolan/resources/VLCOptions.kt
+++ b/application/resources/src/main/java/org/videolan/resources/VLCOptions.kt
@@ -166,14 +166,7 @@ object VLCOptions {
         var ret = deblocking
         if (deblocking < 0) {
             /**
-             * Set some reasonable sDeblocking defaults:
-             *
-             * Skip all (4) for armv6 and MIPS by default
-             * Skip non-ref (1) for all armv7 more than 1.2 Ghz and more than 2 cores
-             * Skip non-key (3) for all devices that don't meet anything above
-             */
-            /**
-             * Set some reasonable sDeblocking defaults:
+             * Set some reasonable deblocking defaults:
              *
              * Skip all (4) for armv6 and MIPS by default
              * Skip non-ref (1) for all armv7 more than 1.2 Ghz and more than 2 cores



More information about the Android mailing list