From 7671dd7cd7d51bbd637cc46d8f104a141bc355ea Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 3 Nov 2013 19:21:00 +0100 Subject: avconv: add support for VDPAU decoding --- avconv.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'avconv.h') diff --git a/avconv.h b/avconv.h index 978195206e..c270401706 100644 --- a/avconv.h +++ b/avconv.h @@ -51,6 +51,7 @@ enum HWAccelID { HWACCEL_NONE = 0, HWACCEL_AUTO, + HWACCEL_VDPAU, }; typedef struct HWAccel { @@ -402,4 +403,6 @@ FilterGraph *init_simple_filtergraph(InputStream *ist, OutputStream *ost); int avconv_parse_options(int argc, char **argv); +int vdpau_init(AVCodecContext *s); + #endif /* AVCONV_H */ -- cgit v1.2.3