diff options
author | Josh Allmann <joshua.allmann@gmail.com> | 2010-06-28 11:21:34 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-06-28 11:21:34 +0000 |
commit | 8b114d85ba3bd8694dbba076647f346d11dbe327 (patch) | |
tree | e8338ba60d7672381ae6936923ad39728c0d9f94 /libavformat/rtpdec_mpeg4.c | |
parent | eca9e4035a26289d09dd8293e1553886374065cb (diff) | |
download | ffmpeg-8b114d85ba3bd8694dbba076647f346d11dbe327.tar.gz |
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/rtpdec_mpeg4.c')
-rw-r--r-- | libavformat/rtpdec_mpeg4.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rtpdec_mpeg4.c b/libavformat/rtpdec_mpeg4.c index dec45b4ee8..cb22b32e11 100644 --- a/libavformat/rtpdec_mpeg4.c +++ b/libavformat/rtpdec_mpeg4.c @@ -28,7 +28,6 @@ */ #include "rtpdec_mpeg4.h" -#include "internal.h" #include "libavutil/avstring.h" #include "libavcodec/get_bits.h" #include <strings.h> |