summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorJosh Allmann <joshua.allmann@gmail.com>2010-06-28 11:21:34 +0000
committerMartin Storsjö <martin@martin.st>2010-06-28 11:21:34 +0000
commit8b114d85ba3bd8694dbba076647f346d11dbe327 (patch)
treee8338ba60d7672381ae6936923ad39728c0d9f94 /libavformat/internal.h
parenteca9e4035a26289d09dd8293e1553886374065cb (diff)
rtpdec: Move space_chars from avformat/internal to rtpdec
Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23846 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index d77e36399b..2edc3306a7 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -157,6 +157,4 @@ void ff_sdp_write_media(char *buff, int size, AVCodecContext *c,
int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt,
AVFormatContext *src);
-#define SPACE_CHARS " \t\r\n"
-
#endif /* AVFORMAT_INTERNAL_H */