[MPlayer-cvslog] r24412 - trunk/loader/dmo/DMO_VideoDecoder.c

diego subversion at mplayerhq.hu
Mon Sep 10 15:28:01 CEST 2007


Author: diego
Date: Mon Sep 10 15:28:00 2007
New Revision: 24412

Log:
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'


Modified:
   trunk/loader/dmo/DMO_VideoDecoder.c

Modified: trunk/loader/dmo/DMO_VideoDecoder.c
==============================================================================
--- trunk/loader/dmo/DMO_VideoDecoder.c	(original)
+++ trunk/loader/dmo/DMO_VideoDecoder.c	Mon Sep 10 15:28:00 2007
@@ -296,7 +296,6 @@ void DMO_VideoDecoder_StopInternal(DMO_V
 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 @@ int DMO_VideoDecoder_SetDestFmt(DMO_Vide
 {
     HRESULT result;
     int should_test=1;
-    int stoped = 0;   
     
     Debug printf("DMO_VideoDecoder_SetDestFmt (%p, %d, %d)\n",this,bits,(int)csp);
         



More information about the MPlayer-cvslog mailing list