mirror of https://git.ffmpeg.org/ffmpeg.git
avutil/hwcontext_videotoolbox: add missing include for AVFrame
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
This commit is contained in:
parent
765fc3b943
commit
fc13803323
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
#include <VideoToolbox/VideoToolbox.h>
|
#include <VideoToolbox/VideoToolbox.h>
|
||||||
|
|
||||||
|
#include "frame.h"
|
||||||
#include "pixfmt.h"
|
#include "pixfmt.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue