summaryrefslogtreecommitdiff
path: root/libavcodec/ass.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2022-08-31 16:25:31 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2022-08-31 16:25:31 +0200
commit4a054c3e97b4f30fe517114e381f9a2ee5a92f7c (patch)
tree49cf617438661d01a5f927a9798c3a3440645c27 /libavcodec/ass.c
parent7180416084cd9074e67a039992b43e5dc282fb81 (diff)
lavc/ass: Add missing version.h include
Fixes lavc version output in ass, regression since f2da2e14
Diffstat (limited to 'libavcodec/ass.c')
-rw-r--r--libavcodec/ass.c1
1 files changed, 1 insertions, 0 deletions
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,