comparison loader/dshow/DS_VideoDecoder.h @ 30171:837cd9762b4e

Add required header #includes to satisfy 'make checkheaders'.
author diego
date Mon, 04 Jan 2010 20:36:27 +0000
parents a8ea87c71d18
children
comparison
equal deleted inserted replaced
30170:008338d7679f 30171:837cd9762b4e
1 #ifndef MPLAYER_DS_VIDEODECODER_H 1 #ifndef MPLAYER_DS_VIDEODECODER_H
2 #define MPLAYER_DS_VIDEODECODER_H 2 #define MPLAYER_DS_VIDEODECODER_H
3
4 #include "loader/com.h"
5 #include "loader/wine/vfw.h"
3 6
4 typedef struct DS_VideoDecoder DS_VideoDecoder; 7 typedef struct DS_VideoDecoder DS_VideoDecoder;
5 8
6 int DS_VideoDecoder_GetCapabilities(DS_VideoDecoder *this); 9 int DS_VideoDecoder_GetCapabilities(DS_VideoDecoder *this);
7 10