1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-05-16 08:38:24 +02:00

Replace custom DEBUG preprocessor trickery by the standard one.

This commit is contained in:
Diego Biurrun
2011-06-02 22:45:15 +02:00
parent 068aa38712
commit f190f676bc
12 changed files with 11 additions and 32 deletions
+1 -3
View File
@@ -26,8 +26,6 @@
#include <windows.h>
#include <vfw.h>
//#define DEBUG_VFW
/* Defines for VFW missing from MinGW.
* Remove this when MinGW incorporates them. */
#define HWND_MESSAGE ((HWND)-3)
@@ -122,7 +120,7 @@ static void dump_captureparms(AVFormatContext *s, CAPTUREPARMS *cparms)
static void dump_videohdr(AVFormatContext *s, VIDEOHDR *vhdr)
{
#ifdef DEBUG_VFW
#ifdef DEBUG
av_log(s, AV_LOG_DEBUG, "VIDEOHDR\n");
dstruct(s, vhdr, lpData, "p");
dstruct(s, vhdr, dwBufferLength, "lu");