diff loader/dshow/DS_VideoDecoder.c @ 32394:914208d188b9

Remove #warning preprocessor directives or replace them by suitable comments. The #warning preprocessor directive is non-standard and not available with all compilers. Furthermore, the warnings it causes are noisy and have not led to getting any of the underlying issues fixed in the space of a decade.
author diego
date Mon, 11 Oct 2010 12:33:57 +0000
parents 4c2bbab833d1
children 2a2e9b6551d8
line wrap: on
line diff
--- a/loader/dshow/DS_VideoDecoder.c	Sun Oct 10 11:20:57 2010 +0000
+++ b/loader/dshow/DS_VideoDecoder.c	Mon Oct 11 12:33:57 2010 +0000
@@ -687,7 +687,7 @@
 	IHidden* hidden=(IHidden*)((int)m_pDS_Filter->m_pFilter+0xb8);
 	if (strcmp(name, "Quality") == 0)
 	{
-#warning NOT SURE
+	    // NOT SURE
 	    int r = hidden->vt->GetSmth2(hidden, &value);
 	    if (value >= 10)
 		value -= 10;
@@ -715,7 +715,7 @@
 	    Debug printf("No such interface\n");
 	    return -1;
 	}
-#warning FIXME
+	// FIXME
 	int recordpar[30];
 	recordpar[0]=0x7c;
 	recordpar[1]=fccIV50;