]> git.sesse.net Git - ffmpeg/commit
lavfi/deinterlace_vaapi: fix can't show full option information.
authorJun Zhao <jun.zhao@intel.com>
Tue, 16 Jan 2018 14:44:02 +0000 (22:44 +0800)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 17 Jan 2018 19:02:14 +0000 (20:02 +0100)
commit383804edd812410219a097e2bf3efac8a8b4562a
treecb3c137b3d1ea4158732bf6c1462820ddcf8249f
parent96cf0d8a9cf35f3c49860bf1c000c382dd661607
lavfi/deinterlace_vaapi: fix can't show full option information.

use ffmpeg -h filter=deinterlace_vaapi can't get full help information,
the root cause is not setting the flags fileld in options.

Signed-off-by: Jun Zhao <jun.zhao@intel.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavfilter/vf_deinterlace_vaapi.c