Merge commit 'ecbcebde34'
* commit 'ecbcebde34':
vdpau: Adjust necessary #includes for vdpau_internal.h
Conflicts:
libavcodec/vdpau_internal.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
e33b084ee9
2 changed files with 3 additions and 2 deletions
|
|
@ -31,10 +31,10 @@
|
|||
#endif
|
||||
#include "h264.h"
|
||||
|
||||
#include "libavutil/frame.h"
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "mpeg4video.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "version.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…
Add table
Add a link
Reference in a new issue