diff rtpdec.h @ 6186:83978c1b9739 libavformat

rtpdec: Move space_chars from avformat/internal to rtpdec Patch by Josh Allmann, joshua dot allmann at gmail
author mstorsjo
date Mon, 28 Jun 2010 11:21:34 +0000
parents 736165b749f8
children c4c35a9d4ab5
line wrap: on
line diff
--- a/rtpdec.h	Mon Jun 28 08:04:52 2010 +0000
+++ b/rtpdec.h	Mon Jun 28 11:21:34 2010 +0000
@@ -26,6 +26,8 @@
 #include "avformat.h"
 #include "rtp.h"
 
+#define SPACE_CHARS " \t\r\n"
+
 typedef struct PayloadContext PayloadContext;
 typedef struct RTPDynamicProtocolHandler_s RTPDynamicProtocolHandler;