diff rtpdec_mpeg4.c @ 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 b93d7a25cd6b
children 491eea5c52d6
line wrap: on
line diff
--- a/rtpdec_mpeg4.c	Thu Jul 15 11:43:09 2010 +0000
+++ b/rtpdec_mpeg4.c	Fri Jul 16 14:12:52 2010 +0000
@@ -28,6 +28,7 @@
  */
 
 #include "rtpdec_mpeg4.h"
+#include "internal.h"
 #include "libavutil/avstring.h"
 #include "libavcodec/get_bits.h"
 #include <strings.h>