Commit b1e89018 authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf

mediacodec/omxil: blacklist samsung sw decoders

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 604ef756
......@@ -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
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment