]> git.sesse.net Git - vlc/commit
omxil: Use the role names video_decoder.wmv1/2
authorMartin Storsjö <martin@martin.st>
Sat, 2 Feb 2013 13:22:32 +0000 (15:22 +0200)
committerMartin Storsjö <martin@martin.st>
Sat, 2 Feb 2013 17:37:10 +0000 (19:37 +0200)
commit13618e090e33709f4421bb9526b4dc5793157a8e
tree7854c505e4ff1dd52590e7f5d15976753799b36c
parent4a19daba2ee38598cd13fd6365c669d1fd4c2b7c
omxil: Use the role names video_decoder.wmv1/2

The role name without a suffix, "video_decoder.wmv", is only for
vc1/wmv3/9 (on Samsung Galaxy S III at least). Since certain roles
are substrings of others, require the full string to match when looking
for suitable codecs instead of using strncmp.

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