[vlc-commits] mediacodec/omxil: blacklist samsung sw decoders

Thomas Guillem git at videolan.org
Tue Apr 7 13:40:33 CEST 2015


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Apr  3 14:17:41 2015 +0000| [b1e890189b1ce3ca5cc0dddfed3359afb14171cc] | committer: Jean-Baptiste Kempf

mediacodec/omxil: blacklist samsung sw decoders

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b1e890189b1ce3ca5cc0dddfed3359afb14171cc
---

 modules/codec/omxil/utils.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/codec/omxil/utils.c b/modules/codec/omxil/utils.c
index 6ec82cc..31a491d 100644
--- a/modules/codec/omxil/utils.c
+++ b/modules/codec/omxil/utils.c
@@ -345,6 +345,8 @@ bool OMXCodec_IsBlacklisted( const char *p_name, unsigned int i_name_len )
         /* Codecs with DRM, that don't output plain YUV data but only
          * support direct rendering where the output can't be intercepted. */
         ".secure",
+        /* Samsung sw decoders */
+        ".sw.dec",
         NULL
     };
 



More information about the vlc-commits mailing list