]> git.sesse.net Git - vlc/commit
omxil: Ignore all "secure"/DRM codecs
authorMartin Storsjö <martin@martin.st>
Tue, 26 Feb 2013 10:52:32 +0000 (12:52 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 26 Feb 2013 11:51:07 +0000 (13:51 +0200)
commit03d6a4e29246a978a073a398d6ab8642d733ea1f
treef25a175e66952b58ea4306de7c013d99d06ffcb5
parent783ebff1298ce44abacb1e394333b892ac401d18
omxil: Ignore all "secure"/DRM codecs

We can't use any of them since they don't output plain YUV data
but require using direct rendering.

This simplifies the condition and possibly also catches other cases
where it would be needed.

The case where it was added was for a device where the codec ending
with .secure was listed before the normal one. This kind of codec
is available on many other devices as well, but they're normally listed
only after the normal ones so we never pick them.

Signed-off-by: Martin Storsjö <martin@martin.st>
modules/codec/omxil/omxil.c