summaryrefslogtreecommitdiff
path: root/ffmpeg.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-29 01:06:58 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-29 01:22:22 +0200
commitc6eee3120a594cf25feb892f952a409a512d182e (patch)
treedfadf4547a680823f6805011d1bcf6077a9ce121 /ffmpeg.h
parent9c6eef6f5fcfaa67c0d9b01e44434e4c26538f96 (diff)
parent35177ba77ff60a8b8839783f57e44bcc4214507a (diff)
Merge commit '35177ba77ff60a8b8839783f57e44bcc4214507a'
* commit '35177ba77ff60a8b8839783f57e44bcc4214507a': avconv: add support for DXVA2 decoding Conflicts: Makefile configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index 89706aca7d..316d0d56ed 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -60,6 +60,7 @@ enum HWAccelID {
HWACCEL_NONE = 0,
HWACCEL_AUTO,
HWACCEL_VDPAU,
+ HWACCEL_DXVA2,
};
typedef struct HWAccel {
@@ -512,5 +513,6 @@ FilterGraph *init_simple_filtergraph(InputStream *ist, OutputStream *ost);
int ffmpeg_parse_options(int argc, char **argv);
int vdpau_init(AVCodecContext *s);
+int dxva2_init(AVCodecContext *s);
#endif /* FFMPEG_H */