scrcpy/app
zhongkaizhu 46d3e35c30 Fix "Could not find v4l2 muxer"
The AVOutputFormat name is a comma-separated list. In theory, possible
names for V4L2 are:

    - "video4linux2,v4l2"
    - "v4l2,video4linux2"
    - "v4l2"
    - "video4linux2"

To find the muxer in all cases, we must request exactly one muxer name
at a time.

PR #2718 <https://github.com/Genymobile/scrcpy/pull/2718>

Co-authored-by: Romain Vimont <rom@rom1v.com>
Signed-off-by: Romain Vimont <rom@rom1v.com>
2021-10-21 16:26:48 +02:00
..
src Fix "Could not find v4l2 muxer" 2021-10-21 16:26:48 +02:00
tests Add clock tests 2021-07-14 14:54:22 +02:00
meson.build Add clock tests 2021-07-14 14:54:22 +02:00
scrcpy.1 Fix typo in manpage 2021-09-07 21:41:40 +02:00