mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
final cleanup of new_dshow
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3450 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f1dd0dd070
commit
9c96ebd7bc
@ -1,6 +1,4 @@
|
|||||||
|
|
||||||
//#define NEW_DSHOW
|
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@ -57,11 +55,8 @@ extern picture_t *picture; // exported from libmpeg2/decode.c
|
|||||||
int divx_quality=0;
|
int divx_quality=0;
|
||||||
|
|
||||||
#ifdef USE_DIRECTSHOW
|
#ifdef USE_DIRECTSHOW
|
||||||
static void* ds_vdec=NULL;
|
|
||||||
#ifdef NEW_DSHOW
|
|
||||||
#else
|
|
||||||
#include "loader/DirectShow/DS_VideoDec.h"
|
#include "loader/DirectShow/DS_VideoDec.h"
|
||||||
#endif
|
static void* ds_vdec=NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_LIBAVCODEC
|
#ifdef USE_LIBAVCODEC
|
||||||
|
Loading…
Reference in New Issue
Block a user