diff options
author | James Almer <jamrial@gmail.com> | 2020-08-09 14:01:16 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-08-15 13:01:25 -0300 |
commit | 0de01da1d2d912d3cebf528b188dc5b89d6b7d69 (patch) | |
tree | e502384dcb0634959eef0d7b790f81d1e1870399 /libavcodec/videotoolboxenc.c | |
parent | 1ab3ae6fd5b1866aa42cfc0c5d79700adb7281d8 (diff) | |
download | ffmpeg-0de01da1d2d912d3cebf528b188dc5b89d6b7d69.tar.gz |
avcodec: move ff_alloc_a53_sei() to atsc_53
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/videotoolboxenc.c')
-rw-r--r-- | libavcodec/videotoolboxenc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c index cc08cf6a50..e89cfaeed8 100644 --- a/libavcodec/videotoolboxenc.c +++ b/libavcodec/videotoolboxenc.c @@ -31,6 +31,7 @@ #include "libavutil/pixdesc.h" #include "internal.h" #include <pthread.h> +#include "atsc_a53.h" #include "h264.h" #include "h264_sei.h" #include <dlfcn.h> |