]> git.sesse.net Git - vlc/commit
mediacodec: check if the codec can handle the H264 profile of the input format
authorFelix Abecassis <felix.abecassis@gmail.com>
Tue, 11 Feb 2014 12:31:12 +0000 (13:31 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 11 Feb 2014 14:15:06 +0000 (15:15 +0100)
commit1b9ac1d34a9228394007f9255f96515ff4734da0
treea5fea9d5ca5a3728adcb904f0e38fd29f79e72e6
parentfe8525155164927e08208a43b125a7fa80d9ee76
mediacodec: check if the codec can handle the H264 profile of the input format

The level is ignored for now since some encoders are not computing the
level and instead set it to the maximum possible value.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/codec/omxil/android_mediacodec.c