[FFmpeg-cvslog] lavf/sdp: Add missing version.h include

Carl Eugen Hoyos git at videolan.org
Wed Aug 31 17:31:31 EEST 2022


ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Wed Aug 31 16:24:22 2022 +0200| [7180416084cd9074e67a039992b43e5dc282fb81] | committer: Carl Eugen Hoyos

lavf/sdp: Add missing version.h include

Fixes lavf version output in SDP, regression since 4eb9232c

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7180416084cd9074e67a039992b43e5dc282fb81
---

 libavformat/sdp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/sdp.c b/libavformat/sdp.c
index 99a19852ff..6888936290 100644
--- a/libavformat/sdp.c
+++ b/libavformat/sdp.c
@@ -33,6 +33,7 @@
 #include "avc.h"
 #include "hevc.h"
 #include "rtp.h"
+#include "version.h"
 #if CONFIG_NETWORK
 #include "network.h"
 #endif



More information about the ffmpeg-cvslog mailing list