Skip to content
Snippets Groups Projects
Commit b1e89018 authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf
Browse files

mediacodec/omxil: blacklist samsung sw decoders


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