summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_xiph.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-07-30 12:04:27 +0000
committerMartin Storsjö <martin@martin.st>2010-07-30 12:04:27 +0000
commit965a3ddb1f9cd03f04c631437479460e1a0bdec1 (patch)
treecb7f33eb51916189c7c4d42f82b5809a282c768c /libavformat/rtpdec_xiph.c
parentd6bb31a46b49ea6b057066ccefac2bd65d81b30c (diff)
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_xiph.c')
-rw-r--r--libavformat/rtpdec_xiph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtpdec_xiph.c b/libavformat/rtpdec_xiph.c
index 5b75529c5e..4c44c8a370 100644
--- a/libavformat/rtpdec_xiph.c
+++ b/libavformat/rtpdec_xiph.c
@@ -34,7 +34,7 @@
#include <assert.h>
#include "rtpdec.h"
-#include "rtpdec_xiph.h"
+#include "rtpdec_formats.h"
/**
* RTP/Xiph specific private data.