mirror of https://github.com/mpv-player/mpv
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7877 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a28cbe4811
commit
1dcbb48a70
|
@ -16,8 +16,6 @@
|
|||
//#include "font_load.h"
|
||||
#include "img_format.h"
|
||||
#include "../vidix/vidix.h"
|
||||
/* All video drivers will want this */
|
||||
#include "geometry.h"
|
||||
|
||||
#define VO_EVENT_EXPOSE 1
|
||||
#define VO_EVENT_RESIZE 2
|
||||
|
|
|
@ -21,8 +21,10 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/* All video drivers will want this */
|
||||
#include "../libmpcodecs/vfcap.h"
|
||||
#include "../libmpcodecs/mp_image.h"
|
||||
#include "geometry.h"
|
||||
|
||||
static uint32_t control(uint32_t request, void *data, ...);
|
||||
static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,
|
||||
|
|
Loading…
Reference in New Issue