Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Abeni <lucabe72@email.it>2007-10-29 12:15:35 +0300
committerLuca Abeni <lucabe72@email.it>2007-10-29 12:15:35 +0300
commitc971ff1977c6fc1e1974525edc7e2d96d96da188 (patch)
treed95a7376a1dee1474dfee1e10c6ca10cb7f03fa5 /ffplay.c
parentc1a4cdf9bfa2ecb1a88979226298fba47a80c369 (diff)
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
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffplay.c b/ffplay.c
index 6536e02c78..2804cf6872 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -22,6 +22,7 @@
#include <math.h>
#include <limits.h>
#include "avformat.h"
+#include "rtsp.h"
#include "swscale.h"
#include "avstring.h"