Remove the inclusion of rtsp.h and rtp.h from avformat.h, and

explicitly include such headers where needed

Originally committed as revision 10871 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Luca Abeni
2007-10-29 09:15:35 +00:00
parent c1a4cdf9bf
commit c971ff1977
4 changed files with 4 additions and 4 deletions

View File

@@ -26,6 +26,8 @@
#include <string.h>
#include <stdlib.h>
#include "avformat.h"
#include "rtsp.h"
#include "rtp.h"
#include <stdarg.h>
#include <unistd.h>