[FFmpeg-soc] [soc]: r4474 - rtmp/rtmpdec.c

kostya subversion at mplayerhq.hu
Thu Jun 18 06:15:00 CEST 2009


Author: kostya
Date: Thu Jun 18 06:15:00 2009
New Revision: 4474

Log:
Remove unneeded #define

Modified:
   rtmp/rtmpdec.c

Modified: rtmp/rtmpdec.c
==============================================================================
--- rtmp/rtmpdec.c	Thu Jun 18 06:14:08 2009	(r4473)
+++ rtmp/rtmpdec.c	Thu Jun 18 06:15:00 2009	(r4474)
@@ -36,8 +36,6 @@
 #include "rtmp.h"
 #include "rtmppkt.h"
 
-#define DEBUG 1
-
 typedef struct RTMPState {
     URLContext *rtmp_hd;
     RTMPPacketHistory rhist, whist;


More information about the FFmpeg-soc mailing list