Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2020-06-03 00:38:33 +0300
committerJames Almer <jamrial@gmail.com>2020-06-03 01:02:12 +0300
commit6e1903938befc0bce2f64e01770af2f65d625cfc (patch)
tree051289a7c1661ea2dd4e49f487d1a945f5b10a34 /libavcodec/libx264.c
parentcca8f53a8e14a62b223c8030c7d083c37505fc95 (diff)
avcodec/internal: move packet related functions to their own header
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 7579adc346..d4b1fd0d53 100644
--- a/libavcodec/libx264.c
+++ b/libavcodec/libx264.c
@@ -29,6 +29,7 @@
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "internal.h"
+#include "packet_internal.h"
#if defined(_MSC_VER)
#define X264_API_IMPORTS 1