Skip to content

Commit 19125da

Browse files
Update RenderingMode.hx
1 parent 06d3e5c commit 19125da

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/ffmpeg/RenderingMode.hx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -397,14 +397,6 @@ class RenderingMode {
397397
#if linux
398398
// Test for Linux hardware encoders first
399399
var linuxEncoders = [
400-
// Raspberry Pi (v4l2_m2m)
401-
{name:'h264_v4l2m2m', args:[
402-
'-c:v','h264_v4l2m2m',
403-
'-num_output_buffers','64',
404-
'-num_capture_buffers','64',
405-
'-qp','28'
406-
]},
407-
408400
// Intel VAAPI
409401
{name:'h264_vaapi', args:[
410402
'-c:v','h264_vaapi',

0 commit comments

Comments
 (0)