diff options
author | Martin Storsjö <martin@martin.st> | 2010-07-16 14:12:52 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-07-16 14:12:52 +0000 |
commit | 1537817e3863d372f869be30994b943793efeeb1 (patch) | |
tree | 354bc550f22e2cc14d64032d3e754e5c7bf964ec /libavformat/rtpdec.h | |
parent | a5b588bcad5b377f002147e5521809be79db7513 (diff) | |
download | ffmpeg-1537817e3863d372f869be30994b943793efeeb1.tar.gz |
Move SPACE_CHARS back to libavformat/internal.h
It will be used by other parts of lavf now. This reverts svn rev 23846.
Originally committed as revision 24265 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpdec.h')
-rw-r--r-- | libavformat/rtpdec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/rtpdec.h b/libavformat/rtpdec.h index aa686da7bb..5389bcc27a 100644 --- a/libavformat/rtpdec.h +++ b/libavformat/rtpdec.h @@ -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; |