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:
authorMartin Storsjö <martin@martin.st>2022-02-23 15:18:39 +0300
committerMartin Storsjö <martin@martin.st>2022-03-16 15:05:26 +0300
commit4eb9232c6ebfcee21dea4e9fd6a2deeda5115846 (patch)
tree4ce33ec79699634ddf1ea437016064326eb80a37 /libavformat/rtspdec.c
parentf2da2e1458b76a1d6c068673430b46cf2850bc51 (diff)
libavformat: Split version.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtspdec.c')
-rw-r--r--libavformat/rtspdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtspdec.c b/libavformat/rtspdec.c
index 2ada29a2d3..eee6329025 100644
--- a/libavformat/rtspdec.c
+++ b/libavformat/rtspdec.c
@@ -34,6 +34,7 @@
#include "rdt.h"
#include "tls.h"
#include "url.h"
+#include "version.h"
static const struct RTSPStatusMessage {
enum RTSPStatusCode code;