diff options
author | James Almer <jamrial@gmail.com> | 2020-06-02 18:38:33 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-06-02 19:02:12 -0300 |
commit | 6e1903938befc0bce2f64e01770af2f65d625cfc (patch) | |
tree | 051289a7c1661ea2dd4e49f487d1a945f5b10a34 /libavcodec/libxvid.c | |
parent | cca8f53a8e14a62b223c8030c7d083c37505fc95 (diff) | |
download | ffmpeg-6e1903938befc0bce2f64e01770af2f65d625cfc.tar.gz |
avcodec/internal: move packet related functions to their own header
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/libxvid.c')
-rw-r--r-- | libavcodec/libxvid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/libxvid.c b/libavcodec/libxvid.c index cdaae2094e..857077dc3b 100644 --- a/libavcodec/libxvid.c +++ b/libavcodec/libxvid.c @@ -42,6 +42,7 @@ #include "internal.h" #include "libxvid.h" #include "mpegutils.h" +#include "packet_internal.h" #if HAVE_UNISTD_H #include <unistd.h> |