Mercurial > mplayer.hg
changeset 3947:2eb8c8aacca7
using dshow headers from dshow/ instead of c++ version
author | arpi |
---|---|
date | Wed, 02 Jan 2002 17:11:49 +0000 |
parents | c00db356082f |
children | 014f1c283b92 |
files | dec_audio.c dec_video.c |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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