[FFmpeg-cvslog] lavc/ass: Add missing version.h include

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


ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Wed Aug 31 16:25:31 2022 +0200| [4a054c3e97b4f30fe517114e381f9a2ee5a92f7c] | committer: Carl Eugen Hoyos

lavc/ass: Add missing version.h include

Fixes lavc version output in ass, regression since f2da2e14

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

 libavcodec/ass.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/ass.c b/libavcodec/ass.c
index a1e560d7ff..728cfb1ab5 100644
--- a/libavcodec/ass.c
+++ b/libavcodec/ass.c
@@ -24,6 +24,7 @@
 #include "libavutil/avstring.h"
 #include "libavutil/bprint.h"
 #include "libavutil/common.h"
+#include "version.h"
 
 int ff_ass_subtitle_header_full(AVCodecContext *avctx,
                                 int play_res_x, int play_res_y,



More information about the ffmpeg-cvslog mailing list