1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-16 12:17:12 +00:00

audio/aframe: add missing include statements

Otherwise it doesn't compile if they are not indirectly included before.
This commit is contained in:
wm4 2018-01-12 01:41:29 +01:00 committed by Kevin Mitchell
parent 83ab873497
commit 23edaf4412

View File

@ -1,6 +1,8 @@
#pragma once
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
struct mp_aframe;
struct AVFrame;