summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
authorJun Zhao <jun.zhao@intel.com>2017-10-09 02:13:14 -0400
committerMark Thompson <sw@jkqxz.net>2017-10-16 22:38:11 +0100
commit2e94490225909a2d40d25722b49f54a3fe967635 (patch)
tree0b4e87709b7f4c228ead63a78f55a4d2d7754134 /fftools/ffmpeg.h
parentae6fe04bee600dec99e81efba3b8350366f6367c (diff)
ffmpeg: remove hwaccel_lax_profile_check option
This has been unused for a long time, and the original purpose has been replaced by the per-stream hwaccel_flags. Signed-off-by: Jun Zhao <jun.zhao@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index f6c76bcc55..888f77223a 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -624,7 +624,6 @@ extern const AVIOInterruptCB int_cb;
extern const OptionDef options[];
extern const HWAccel hwaccels[];
-extern int hwaccel_lax_profile_check;
extern AVBufferRef *hw_device_ctx;
#if CONFIG_QSV
extern char *qsv_device;