summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2022-02-23 14:18:39 +0200
committerMartin Storsjö <martin@martin.st>2022-03-16 14:05:26 +0200
commit4eb9232c6ebfcee21dea4e9fd6a2deeda5115846 (patch)
tree4ce33ec79699634ddf1ea437016064326eb80a37 /libavformat/rtsp.c
parentf2da2e1458b76a1d6c068673430b46cf2850bc51 (diff)
downloadffmpeg-4eb9232c6ebfcee21dea4e9fd6a2deeda5115846.tar.gz
libavformat: Split version.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtsp.c')
-rw-r--r--libavformat/rtsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 5fa756bf5c..9e6fd136cc 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -50,6 +50,7 @@
#include "url.h"
#include "rtpenc.h"
#include "mpegts.h"
+#include "version.h"
/* Default timeout values for read packet in seconds */
#define READ_PACKET_TIMEOUT_S 10