summaryrefslogtreecommitdiff
path: root/avconv.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-03 19:21:00 +0100
committerAnton Khirnov <anton@khirnov.net>2013-11-23 11:55:53 +0100
commit7671dd7cd7d51bbd637cc46d8f104a141bc355ea (patch)
tree894b4ff07c05f8cb2d7b2f266335b3c3fe9f8d56 /avconv.h
parent07fd0a22192805d56c635eb294dc26b0a54ae325 (diff)
avconv: add support for VDPAU decoding
Diffstat (limited to 'avconv.h')
-rw-r--r--avconv.h3
1 files changed, 3 insertions, 0 deletions
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 */