You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
vdpau: Adjust necessary #includes for vdpau_internal.h
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user