# HG changeset patch # User diego # Date 1189430880 0 # Node ID dfc8e126ac861dc251ced3d444d79cb50122bfe7 # Parent 051891760e011773f82e64c02b0a270d70bb20e5 warning fixes: dmo/DMO_VideoDecoder.c: In function 'DMO_VideoDecoder_DecodeInternal': dmo/DMO_VideoDecoder.c:299: warning: unused variable 'ptr' dmo/DMO_VideoDecoder.c: In function 'DMO_VideoDecoder_SetDestFmt': dmo/DMO_VideoDecoder.c:366: warning: unused variable 'stoped' diff -r 051891760e01 -r dfc8e126ac86 loader/dmo/DMO_VideoDecoder.c --- a/loader/dmo/DMO_VideoDecoder.c Mon Sep 10 13:19:46 2007 +0000 +++ b/loader/dmo/DMO_VideoDecoder.c Mon Sep 10 13:28:00 2007 +0000 @@ -296,7 +296,6 @@ 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; @@ -363,7 +362,6 @@ { HRESULT result; int should_test=1; - int stoped = 0; Debug printf("DMO_VideoDecoder_SetDestFmt (%p, %d, %d)\n",this,bits,(int)csp);