summaryrefslogtreecommitdiff
path: root/src/libw32dll/dmo/DMO_VideoDecoder.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-12-24 16:55:35 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-12-24 16:55:35 +0000
commit875b71e7f35c15b6f86c9b8183d24aa2a941123d (patch)
tree99e2851fd659deb09ec531140e7cfa8fccefd8d3 /src/libw32dll/dmo/DMO_VideoDecoder.c
parent94c8fa4b865b80a1113ece12d8596dcaf647aac0 (diff)
downloadxine-lib-875b71e7f35c15b6f86c9b8183d24aa2a941123d.tar.gz
xine-lib-875b71e7f35c15b6f86c9b8183d24aa2a941123d.tar.bz2
time for some Christmas presents...
libw32 compiles here without a single compiler warning CVS patchset: 5946 CVS date: 2003/12/24 16:55:35
Diffstat (limited to 'src/libw32dll/dmo/DMO_VideoDecoder.c')
-rw-r--r--src/libw32dll/dmo/DMO_VideoDecoder.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libw32dll/dmo/DMO_VideoDecoder.c b/src/libw32dll/dmo/DMO_VideoDecoder.c
index aba62ee63..564c26ec8 100644
--- a/src/libw32dll/dmo/DMO_VideoDecoder.c
+++ b/src/libw32dll/dmo/DMO_VideoDecoder.c
@@ -304,7 +304,6 @@ void DMO_VideoDecoder_StopInternal(DMO_VideoDecoder *this)
int DMO_VideoDecoder_DecodeInternal(DMO_VideoDecoder *this, const void* src, int size, int is_keyframe, char* imdata)
{
// IMediaSample* sample = 0;
- char* ptr;
int result;
unsigned long status; // to be ignored by M$ specs
DMO_OUTPUT_DATA_BUFFER db;
@@ -371,7 +370,6 @@ int DMO_VideoDecoder_SetDestFmt(DMO_VideoDecoder *this, int bits, unsigned int c
{
HRESULT result;
int should_test=1;
- int stoped = 0;
Debug printf("DMO_VideoDecoder_SetDestFmt (%p, %d, %d)\n",this,bits,(int)csp);