World of Might and Magic  0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
vaapi.h
См. документацию.
1 /*
2  * Video Acceleration API (shared data between FFmpeg and the video player)
3  * HW decode acceleration for MPEG-2, MPEG-4, H.264 and VC-1
4  *
5  * Copyright (C) 2008-2009 Splitted-Desktop Systems
6  *
7  * This file is part of FFmpeg.
8  *
9  * FFmpeg is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU Lesser General Public
11  * License as published by the Free Software Foundation; either
12  * version 2.1 of the License, or (at your option) any later version.
13  *
14  * FFmpeg is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17  * Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with FFmpeg; if not, write to the Free Software
21  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22  */
23 
24 #ifndef AVCODEC_VAAPI_H
25 #define AVCODEC_VAAPI_H
26 
33 #include <stdint.h>
34 #include "libavutil/attributes.h"
35 #include "version.h"
36 
37 #if FF_API_STRUCT_VAAPI_CONTEXT
38 
56 struct attribute_deprecated vaapi_context {
63  void *display;
64 
72 
80 };
81 
82 /* @} */
83 
84 #endif /* FF_API_STRUCT_VAAPI_CONTEXT */
85 
86 #endif /* AVCODEC_VAAPI_H */
vaapi_context
Definition: vaapi.h:56
vaapi_context::display
void * display
Definition: vaapi.h:63
vaapi_context::config_id
uint32_t config_id
Definition: vaapi.h:71
attributes.h
vaapi_context::context_id
uint32_t context_id
Definition: vaapi.h:79
uint32_t
unsigned __int32 uint32_t
Definition: SDL_config.h:39