aboutsummaryrefslogtreecommitdiffstats
path: root/avtools/avconv.h
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-03-04 23:57:38 +0000
committerMark Thompson <sw@jkqxz.net>2017-04-30 16:13:50 +0100
commite669db76108de8d7a36c2274c99da82cc94d1dd1 (patch)
tree319e97635b7f98bd061332867110950d0a83b683 /avtools/avconv.h
parent9203aac22874c7259e155b7d00f1f33bb1355129 (diff)
downloadffmpeg-e669db76108de8d7a36c2274c99da82cc94d1dd1.tar.gz
avconv: Support setting the hardware device to use when filtering
This only supports one device globally, but more can be used by passing them with input streams in hw_frames_ctx or by deriving new devices inside a filter graph with hwmap.
Diffstat (limited to 'avtools/avconv.h')
-rw-r--r--avtools/avconv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/avtools/avconv.h b/avtools/avconv.h
index 9415b208be..3354c50444 100644
--- a/avtools/avconv.h
+++ b/avtools/avconv.h
@@ -489,6 +489,7 @@ extern const OptionDef options[];
extern const HWAccel hwaccels[];
extern int hwaccel_lax_profile_check;
extern AVBufferRef *hw_device_ctx;
+extern HWDevice *filter_hw_device;
void reset_options(OptionsContext *o);
void show_usage(void);