# HG changeset patch # User arpi # Date 1009991509 0 # Node ID 2eb8c8aacca76defd6e6512140d4777fee276dc1 # Parent c00db356082f57a12f411ed446239c8025f6f846 using dshow headers from dshow/ instead of c++ version diff -r c00db356082f -r 2eb8c8aacca7 dec_audio.c --- a/dec_audio.c Wed Jan 02 17:11:09 2002 +0000 +++ b/dec_audio.c Wed Jan 02 17:11:49 2002 +0000 @@ -62,8 +62,8 @@ #endif #ifdef USE_DIRECTSHOW -#include "loader/DirectShow/DS_AudioDec.h" -static void* ds_adec=NULL; +#include "loader/dshow/DS_AudioDecoder.h" +static DS_AudioDecoder* ds_adec=NULL; #endif #ifdef HAVE_OGGVORBIS diff -r c00db356082f -r 2eb8c8aacca7 dec_video.c --- a/dec_video.c Wed Jan 02 17:11:09 2002 +0000 +++ b/dec_video.c Wed Jan 02 17:11:49 2002 +0000 @@ -55,8 +55,8 @@ int divx_quality=0; #ifdef USE_DIRECTSHOW -#include "loader/DirectShow/DS_VideoDec.h" -static void* ds_vdec=NULL; +#include "loader/dshow/DS_VideoDecoder.h" +static DS_VideoDecoder* ds_vdec=NULL; #endif #ifdef USE_LIBAVCODEC