lavd/dshow: protect header.
This commit is contained in:
parent
96ac8663de
commit
d1562d32cf
@ -19,6 +19,9 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef AVDEVICE_DSHOW_H
|
||||||
|
#define AVDEVICE_DSHOW_H
|
||||||
|
|
||||||
#define DSHOWDEBUG 0
|
#define DSHOWDEBUG 0
|
||||||
|
|
||||||
#include "avdevice.h"
|
#include "avdevice.h"
|
||||||
@ -266,3 +269,5 @@ long WINAPI libAVFilter_QueryVendorInfo(libAVFilter *, wchar_t **);
|
|||||||
|
|
||||||
void libAVFilter_Destroy(libAVFilter *);
|
void libAVFilter_Destroy(libAVFilter *);
|
||||||
libAVFilter *libAVFilter_Create (void *, void *, enum dshowDeviceType);
|
libAVFilter *libAVFilter_Create (void *, void *, enum dshowDeviceType);
|
||||||
|
|
||||||
|
#endif /* AVDEVICE_DSHOW_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user