Browse Source

Merge commit 'ecbcebde344c9eaeb8877ba2c5d32eb3af621e7f'

* commit 'ecbcebde344c9eaeb8877ba2c5d32eb3af621e7f':
  vdpau: Adjust necessary #includes for vdpau_internal.h

Conflicts:
	libavcodec/vdpau_internal.h

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.6
Michael Niedermayer 11 years ago
parent
commit
e33b084ee9
2 changed files with 3 additions and 2 deletions
  1. +2
    -2
      libavcodec/vdpau_internal.h
  2. +1
    -0
      libavcodec/vdpau_mpeg12.c

+ 2
- 2
libavcodec/vdpau_internal.h View File

@@ -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)


+ 1
- 0
libavcodec/vdpau_mpeg12.c View File

@@ -24,6 +24,7 @@
#include <vdpau/vdpau.h>

#include "avcodec.h"
#include "mpegvideo.h"
#include "vdpau.h"
#include "vdpau_internal.h"



Loading…
Cancel
Save