diff loader/dmo/DMO_VideoDecoder.c @ 24392:dfc8e126ac86

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'
author diego
date Mon, 10 Sep 2007 13:28:00 +0000
parents 450bb2a75cba
children 2c8cdb9123b8
line wrap: on
line diff
--- 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);