Using environment variable to store capture options (#9292)
authorAdam Rankin <adam.rankin@gmail.com>
Tue, 19 Sep 2017 10:29:43 +0000 (06:29 -0400)
committerVadim Pisarevsky <vadim.pisarevsky@gmail.com>
Tue, 19 Sep 2017 10:29:43 +0000 (13:29 +0300)
commitfb8143d55d424b632b004c707c0d6636b13226fa
treef848c5e2207a77d39bd7e4d8ffea678ccdfe8a5f
parentfd20529686ef882b7884f2b5ddd9d0c88f0c7e7b
Using environment variable to store capture options (#9292)

* Using environment variable to store options parsed by av_dict_parse_string(ENV{OPENCV_FFMPEG_CAPTURE_OPTIONS}, ";", "|")

* Adding missing mandatory flags parameter

* Guarding against missing function via LIBAVUTIL version

* Code review fixes

Copy/paste error due to coder mistake reverted
Proper version checking for LIBAVUTIL_BUILD
modules/videoio/src/cap_ffmpeg_impl.hpp