Mercurial > minori
diff dep/animia/src/bsd.cpp @ 100:f5940a575d83
track/constants: add many more video formats
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Fri, 03 Nov 2023 09:43:04 -0400 |
parents | 18979b066284 |
children |
line wrap: on
line diff
--- a/dep/animia/src/bsd.cpp Fri Nov 03 09:00:46 2023 -0400 +++ b/dep/animia/src/bsd.cpp Fri Nov 03 09:43:04 2023 -0400 @@ -105,8 +105,9 @@ if (sz != PROC_PIDFDVNODEPATHINFO_SIZE) continue; - /* I *think* this is correct. For some reason, with VLC on macOS this thinks files are read/write, - which is totally unnecessary and even harmful. */ + /* I'm 99.9% sure this is incorrect. We can't pick up QuickTime files with this :( + + Actually, we can't pick up QuickTime files regardless. WTF? */ if ((vnodeInfo.pfi.fi_status & O_ACCMODE) == O_WRONLY) continue;