firefox-fourier 0003: proper V4L2REQUEST type acceptance patch (closes #60) #63
Reference in New Issue
Block a user
Delete Branch "firefox-0003-v4l2request-proper-2026-05-21"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replaces 0003 with a regenerated version that ACTUALLY APPLIES — generated via:
patch -p1cfg->device_type == AV_HWDEVICE_TYPE_DRM→ also OR(int)cfg->device_type == 13 || (int)cfg->device_type == 14AV_HWDEVICE_TYPE_DRM, drmDevice,→(enum AVHWDeviceType)13, drmDevice,diff -u PRE POSTon FFmpegVideoDecoder.{cpp,h} → consolidated 0003Vs prior (malformed) attempt in #61: this one was machine-generated from real source so hunk offsets are correct.
Replaces the in-source-sed hack in firefox-rpios-build-v7/v8 scripts (drop that after this merges).
Diff stat: +23/-22 lines on the patch file itself (functional change is small once you ignore comment-text edits in the patch description).