]> git.sesse.net Git - vlc/commit
mediacodec: use a dynamic array for inflight pictures.
authorThomas Guillem <thomas@gllm.fr>
Tue, 16 Dec 2014 18:42:45 +0000 (19:42 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 17 Dec 2014 14:00:42 +0000 (15:00 +0100)
commit18e4554fec8a470fc1b96a31532c80a0f9b4bc36
tree4f045ab10be1092a58e5a097a52438461f888197
parent853a6c489c353ecd994bc73912139281d30ee0d4
mediacodec: use a dynamic array for inflight pictures.

Starting API 21, the way to know the number of output buffers is deprecated.

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