diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-03-04 23:57:34 +0000 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-03-20 23:15:43 +0000 |
commit | aa6b2e081c504cb99f5e2e0ceb45295ef24bdac2 (patch) | |
tree | 734c3611c609d580f06a212363cabba3e73a13e9 /avtools/avconv.h | |
parent | 1a7ddba5762b6c31d1338140550cd594b6d7d48b (diff) | |
download | ffmpeg-aa6b2e081c504cb99f5e2e0ceb45295ef24bdac2.tar.gz |
avconv: Enable generic hwaccel support for VDPAU
Diffstat (limited to 'avtools/avconv.h')
-rw-r--r-- | avtools/avconv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/avtools/avconv.h b/avtools/avconv.h index 4cd846134f..9415b208be 100644 --- a/avtools/avconv.h +++ b/avtools/avconv.h @@ -510,7 +510,6 @@ int ifilter_parameters_from_frame(InputFilter *ifilter, const AVFrame *frame); int avconv_parse_options(int argc, char **argv); -int vdpau_init(AVCodecContext *s); int dxva2_init(AVCodecContext *s); int vda_init(AVCodecContext *s); int qsv_init(AVCodecContext *s); |