mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
vdpau: Adjust necessary #includes for vdpau_internal.h
This commit is contained in:
parent
36cf8eb448
commit
ecbcebde34
@ -27,9 +27,10 @@
|
||||
#include <stdint.h>
|
||||
#include <vdpau/vdpau.h>
|
||||
|
||||
#include "libavutil/frame.h"
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "version.h"
|
||||
#include "vdpau.h"
|
||||
|
||||
/** Extract VdpVideoSurface from an AVFrame */
|
||||
static inline uintptr_t ff_vdpau_get_surface_id(AVFrame *pic)
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <vdpau/vdpau.h>
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "vdpau.h"
|
||||
#include "vdpau_internal.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user