nick black
nick black
``` static av_always_inline int isYUV(enum AVPixelFormat pix_fmt) { const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(pix_fmt); av_assert0(desc); return !(desc->flags & AV_PIX_FMT_FLAG_RGB) && desc->nb_components >= 2; } ```
hrmm, dubious; ncplayer version 3.0.11 (in `/usr/local/bin`(!) , installed 2024-10-02) works, whereas current blows up. they link the same. hrmmmm! unexpected!
oh hrrrrrm current just worked for me. let me see if this is file-specific or what.
yeah it's file-specific. the installed `/usr/local/bin/ncplayer` also aborts with `aidsrobots`, as does the system `/usr/bin/ncplayer`.
it seems like all pngs work fine, and all jpegs break
huh, `mplayer` also seems to fail with jpegs currently!
``` [schwarzgerat](0) $ ncplayer ../data/aidsrobots.jpeg 2 renders, 881.24µs (318.58µs min, 440.62µs avg, 562.65µs max) 2 rasters, 191.38µs (95.33µs min, 95.69µs avg, 96.06µs max) 2 writes, 15.24ms (207.75µs min, 7.62ms avg,...
the 'P' is not necessary. start and press 'q', and you'll see it. kitty 0.32.2, not that i think that has anything to do with it.
[vcpkg bug #18752](https://github.com/microsoft/vcpkg/pull/18752)
> Wouldn't using an msi installer be easier? Since this is a library, it should just be matter of creating some dlls that get included by various Windows applications as...