diff rtpdec.h @ 6262:7b8b71ff9a76 libavformat

Move SPACE_CHARS back to libavformat/internal.h It will be used by other parts of lavf now. This reverts svn rev 23846.
author mstorsjo
date Fri, 16 Jul 2010 14:12:52 +0000
parents e87b379e8816
children 179ddd49895f
line wrap: on
line diff
--- a/rtpdec.h	Thu Jul 15 11:43:09 2010 +0000
+++ b/rtpdec.h	Fri Jul 16 14:12:52 2010 +0000
@@ -26,8 +26,6 @@
 #include "avformat.h"
 #include "rtp.h"
 
-#define SPACE_CHARS " \t\r\n"
-
 typedef struct PayloadContext PayloadContext;
 typedef struct RTPDynamicProtocolHandler_s RTPDynamicProtocolHandler;