]> git.sesse.net Git - vlc/blobdiff - modules/codec/omxil/omxil_core.h
iomx-dr: don't always lock buffers from dequeue
[vlc] / modules / codec / omxil / omxil_core.h
index 0326179767cb8863e63a64a83cdac607971aa2e8..dbf6629c19a28841455e3007a3d7af421c59febd 100644 (file)
@@ -44,6 +44,7 @@ int (*pf_omx_hwbuffer_setup) (void *, int, int, int, int, unsigned int *,
                               unsigned int *);
 int (*pf_omx_hwbuffer_setcrop) (void *, int, int, int, int);
 int (*pf_omx_hwbuffer_dequeue) (void *, void **);
+int (*pf_omx_hwbuffer_lock) (void *, void *);
 int (*pf_omx_hwbuffer_queue) (void *, void *);
 int (*pf_omx_hwbuffer_cancel) (void *, void *);