[vlc-commits] mediacodec: refactor DecodeVideo
Thomas Guillem
git at videolan.org
Tue Jul 28 18:55:45 CEST 2015
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Jul 28 18:10:24 2015 +0200| [935db7d6173a6568633b9d348903539b79ae6533] | committer: Thomas Guillem
mediacodec: refactor DecodeVideo
Rename DecodeVideo to DecodeCommon.
DecodeCommon use 2 callbacks to put Video and Audio specific code. These
callbacks are called when a new block is processed and when it try to get an
output buffer.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=935db7d6173a6568633b9d348903539b79ae6533
---
modules/codec/omxil/mediacodec.c | 337 ++++++++++++++++++++++----------------
1 file changed, 198 insertions(+), 139 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=935db7d6173a6568633b9d348903539b79ae6533
More information about the vlc-commits
mailing list