diff options
author | Martin Storsjö <martin@martin.st> | 2010-07-30 12:04:27 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-07-30 12:04:27 +0000 |
commit | 965a3ddb1f9cd03f04c631437479460e1a0bdec1 (patch) | |
tree | cb7f33eb51916189c7c4d42f82b5809a282c768c /libavformat/rtpdec.c | |
parent | d6bb31a46b49ea6b057066ccefac2bd65d81b30c (diff) | |
download | ffmpeg-965a3ddb1f9cd03f04c631437479460e1a0bdec1.tar.gz |
Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file
Originally committed as revision 24596 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpdec.c')
-rw-r--r-- | libavformat/rtpdec.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c index 0e2aebbc6f..c17dc2dab6 100644 --- a/libavformat/rtpdec.c +++ b/libavformat/rtpdec.c @@ -30,14 +30,7 @@ #include "network.h" #include "rtpdec.h" -#include "rtpdec_amr.h" -#include "rtpdec_asf.h" -#include "rtpdec_h263.h" -#include "rtpdec_h264.h" -#include "rtpdec_mpeg4.h" -#include "rtpdec_qdm2.h" -#include "rtpdec_svq3.h" -#include "rtpdec_xiph.h" +#include "rtpdec_formats.h" //#define DEBUG |