]> git.sesse.net Git - vlc/commit
omxil: improve performance
authorThomas Guillem <guillem@archos.com>
Thu, 10 Jul 2014 14:29:57 +0000 (16:29 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 11 Jul 2014 07:43:30 +0000 (09:43 +0200)
commit73e141d24789fc6332af56b25aa8054942c56163
treeaf543dfeab8870386129dd549bb667a6ee0cc672
parent4884ef317fa5c03e06723cd0b2eeb09cecde37c4
omxil: improve performance

Input port handling can take some time (200ms max). During that time, a new
output buffer can be filled by OMX, so try to get a decoded frame again if we
didn't have one in the first time.

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