diff options
author | Luca Abeni <lucabe72@email.it> | 2009-02-06 10:35:52 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2009-02-06 10:35:52 +0000 |
commit | 302879cb36fe59e7341690d91e0e656b02ba07a1 (patch) | |
tree | a8e4e0c1984dca69cdba723bcc6374d0951350f9 /libavformat/rtpdec.c | |
parent | 1a45a9f4c06bbbaa322ba744e658491df44f2c2a (diff) | |
download | ffmpeg-302879cb36fe59e7341690d91e0e656b02ba07a1.tar.gz |
Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
Originally committed as revision 17016 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpdec.c')
-rw-r--r-- | libavformat/rtpdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c index 8297b1eb34..5b7d63db12 100644 --- a/libavformat/rtpdec.c +++ b/libavformat/rtpdec.c @@ -29,7 +29,7 @@ #include <unistd.h> #include "network.h" -#include "rtp.h" +#include "rtpdec.h" #include "rtp_h264.h" //#define DEBUG |