diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-11-03 19:21:00 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-11-23 11:55:53 +0100 |
commit | 7671dd7cd7d51bbd637cc46d8f104a141bc355ea (patch) | |
tree | 894b4ff07c05f8cb2d7b2f266335b3c3fe9f8d56 /avconv.h | |
parent | 07fd0a22192805d56c635eb294dc26b0a54ae325 (diff) | |
download | ffmpeg-7671dd7cd7d51bbd637cc46d8f104a141bc355ea.tar.gz |
avconv: add support for VDPAU decoding
Diffstat (limited to 'avconv.h')
-rw-r--r-- | avconv.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 */ |