[vlc-devel] [PATCH 2/2] mediacodec/omxil: blacklist samsung sw decoders
Thomas Guillem
thomas at gllm.fr
Fri Apr 3 17:17:41 CEST 2015
---
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
};
--
2.1.3
More information about the vlc-devel
mailing list