summaryrefslogtreecommitdiff
path: root/libavcodec/libx264.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2020-08-09 14:01:16 -0300
committerJames Almer <jamrial@gmail.com>2020-08-15 13:01:25 -0300
commit0de01da1d2d912d3cebf528b188dc5b89d6b7d69 (patch)
treee502384dcb0634959eef0d7b790f81d1e1870399 /libavcodec/libx264.c
parent1ab3ae6fd5b1866aa42cfc0c5d79700adb7281d8 (diff)
avcodec: move ff_alloc_a53_sei() to atsc_53
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/libx264.c')
-rw-r--r--libavcodec/libx264.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c
index 347d29df27..ca7cc3a540 100644
--- a/libavcodec/libx264.c
+++ b/libavcodec/libx264.c
@@ -30,6 +30,7 @@
#include "avcodec.h"
#include "internal.h"
#include "packet_internal.h"
+#include "atsc_a53.h"
#if defined(_MSC_VER)
#define X264_API_IMPORTS 1