mirror of https://github.com/mpv-player/mpv
Add missing compat/libav.h includes
For avcodec_free_frame().
This commit is contained in:
parent
4873b32c59
commit
46cf722d80
|
@ -35,6 +35,7 @@
|
|||
#include "audio/reorder_ch.h"
|
||||
|
||||
#include "compat/mpbswap.h"
|
||||
#include "compat/libav.h"
|
||||
|
||||
static const ad_info_t info =
|
||||
{
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
#include <libavutil/opt.h>
|
||||
#include <libavutil/intreadwrite.h>
|
||||
|
||||
#include "compat/libav.h"
|
||||
|
||||
#include "talloc.h"
|
||||
#include "config.h"
|
||||
#include "core/mp_msg.h"
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
#include <libavcodec/avcodec.h>
|
||||
#include <libavutil/mem.h>
|
||||
|
||||
#include "compat/libav.h"
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef CONFIG_JPEG
|
||||
|
|
Loading…
Reference in New Issue