]> git.sesse.net Git - nageru/commit
Unbreak --record-x264-video.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 1 Sep 2018 19:36:26 +0000 (21:36 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 1 Sep 2018 19:44:00 +0000 (21:44 +0200)
commit45df960fe0d2f60194ffd9f4c77fae426f63db2d
treee8a0d04ab1461c08317f259b5de31196f4792ab5
parent3c5cf4ffcabcd8c7948bda313a5139fc06acc80d
Unbreak --record-x264-video.

The autodetection of VA-API devices introduced in 1.7.2 would run (and halt
Nageru) even if --record-x264-video was given, ironically recommending
--record-x264-video as a workaround. Fix by disabling it if we don't need
VA-API.

Bug reported by Peter De Schrijver.
main.cpp