diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2022-08-31 16:25:31 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2022-08-31 16:25:31 +0200 |
commit | 4a054c3e97b4f30fe517114e381f9a2ee5a92f7c (patch) | |
tree | 49cf617438661d01a5f927a9798c3a3440645c27 /libavcodec | |
parent | 7180416084cd9074e67a039992b43e5dc282fb81 (diff) | |
download | ffmpeg-4a054c3e97b4f30fe517114e381f9a2ee5a92f7c.tar.gz |
lavc/ass: Add missing version.h include
Fixes lavc version output in ass, regression since f2da2e14
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/ass.c | 1 |
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, |