~siretart/libav/merge.raring.libav-0.8.6

« back to all changes in this revision

Viewing changes to libavcodec/dxva2_internal.h

  • Committer: Reinhard Tartler
  • Date: 2013-03-27 06:53:14 UTC
  • mfrom: (1.3.32 sid)
  • Revision ID: siretart@tauware.de-20130327065314-fs4shpt6y2h46ekf
first merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#define _WIN32_WINNT 0x0600
27
27
#define COBJMACROS
 
28
 
 
29
#include "config.h"
 
30
 
28
31
#include "dxva2.h"
 
32
#if HAVE_DXVA_H
 
33
#include <dxva.h>
 
34
#endif
 
35
 
29
36
#include "avcodec.h"
30
37
#include "mpegvideo.h"
31
38