Browse Source

vdpau_internal.h: Add missing include for FF_API_BUFS_VDPAU.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
tags/n2.1
Reimar Döffinger 12 years ago
parent
commit
d87f9da53c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/vdpau_internal.h

+ 1
- 0
libavcodec/vdpau_internal.h View File

@@ -28,6 +28,7 @@
#include <vdpau/vdpau.h>
#include "h264.h"
#include "mpegvideo.h"
#include "vdpau.h"

/** Extract VdpVideoSurface from a Picture */
static inline uintptr_t ff_vdpau_get_surface_id(Picture *pic)


Loading…
Cancel
Save