mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00:00
dxva2: Add missing #includes
This commit is contained in:
parent
9d80b1ae95
commit
766df7ca89
@ -20,6 +20,14 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libavutil/log.h"
|
||||
#include "libavutil/time.h"
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "dxva2_internal.h"
|
||||
|
||||
void *ff_dxva2_get_surface(const Picture *picture)
|
||||
|
Loading…
Reference in New Issue
Block a user