summaryrefslogtreecommitdiffstats
path: root/dec_video.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-10 22:11:16 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-10 22:11:16 +0000
commit9c96ebd7bcfe4afaa3ae8100a2d63ac61c7759e9 (patch)
tree732a8efe909172e120bd5df19c3f06f6844ca480 /dec_video.c
parentf1dd0dd07050dcd1d55b42690e32c4ae1a2a978c (diff)
downloadmpv-9c96ebd7bcfe4afaa3ae8100a2d63ac61c7759e9.tar.bz2
mpv-9c96ebd7bcfe4afaa3ae8100a2d63ac61c7759e9.tar.xz
final cleanup of new_dshow
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3450 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'dec_video.c')
-rw-r--r--dec_video.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/dec_video.c b/dec_video.c
index 92ce3c99cf..6c4559525b 100644
--- a/dec_video.c
+++ b/dec_video.c
@@ -1,6 +1,4 @@
-//#define NEW_DSHOW
-
#include "config.h"
#include <stdio.h>
@@ -57,11 +55,8 @@ extern picture_t *picture; // exported from libmpeg2/decode.c
int divx_quality=0;
#ifdef USE_DIRECTSHOW
-static void* ds_vdec=NULL;
-#ifdef NEW_DSHOW
-#else
#include "loader/DirectShow/DS_VideoDec.h"
-#endif
+static void* ds_vdec=NULL;
#endif
#ifdef USE_LIBAVCODEC