xine-lib 1.2.13-20230125hg15249
vaapi_egl.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2018-2022 the xine project
3 * Copyright (C) 2021-2022 Petri Hintukainen <phintuka@users.sourceforge.net>
4 *
5 * This file is part of xine, a free video player.
6 *
7 * xine is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * xine is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
20 *
21 * vaapi_egl.c, VAAPI -> OpenGL/EGL interop
22 *
23 */
24
25#ifndef XINE_VAAPI_EGL_H_
26#define XINE_VAAPI_EGL_H_
27
28#include <xine.h>
29
30struct xine_gl;
31struct xine_glconv_t;
33
34struct xine_glconv_t *_glconv_vaegl_init(xine_t *xine, struct xine_gl *gl, struct xine_va_display_t *);
35
36#endif /* XINE_VAAPI_EGL_H_ */
Definition xine_gl.h:38
Definition hw_frame.h:35
Definition xine_internal.h:80
Definition xine_va_display.h:32
struct xine_glconv_t * _glconv_vaegl_init(xine_t *xine, struct xine_gl *gl, struct xine_va_display_t *)
Definition vaapi_egl.c:487