We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1860379 commit 29955d0Copy full SHA for 29955d0
src/examples/video_play_zin.zig
@@ -103,10 +103,8 @@ const formats: []const pw.c.spa_video_format = &.{
103
pw.c.SPA_VIDEO_FORMAT_RGBx,
104
// XXX: ...
105
pw.c.SPA_VIDEO_FORMAT_BGR,
106
- pw.c.SPA_VIDEO_FORMAT_BGR,
107
pw.c.SPA_VIDEO_FORMAT_xBGR,
108
pw.c.SPA_VIDEO_FORMAT_RGB,
109
- pw.c.SPA_VIDEO_FORMAT_RGB,
110
pw.c.SPA_VIDEO_FORMAT_xRGB,
111
pw.c.SPA_VIDEO_FORMAT_ABGR,
112
pw.c.SPA_VIDEO_FORMAT_BGRA,
0 commit comments