llyyr
llyyr
This is a ffmpeg regression, you can reproduce the same issue with ffplay on ffmpeg-5 but not with ffplay on ffmpeg-4.4.4. Most likely same with #10876 To be specific, this...
I bisected it to https://github.com/FFmpeg/FFmpeg/commit/ab77b878f1205225c6de1370fb0e998dbcc8bc69 I'll see if I can figure out a fix for this, but you should report it to ffmpeg instead
```diff diff --git a/libavformat/mov.c b/libavformat/mov.c index 1996e0028c..cb57c4c9ea 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -9108,7 +9108,7 @@ static int mov_seek_stream(AVFormatContext *s, AVStream *st, int64_t timestamp, { MOVStreamContext *sc = st->priv_data; FFStream...
> [hevc @ 0x12cf2e6c0] Multiple Dolby Vision RPUs found in one AU. Skipping previous. This is unrelated.
Is this really necessary to do? I think it just increases maintainer burden for no good reason, you don't need to heed every single compiler warning, and they're just warnings...
> Maintenance burden is one time change, once it is done, I don't think it is unreasonable to keep it. Though it is quite minor change. But I don't see...
> Is it really that bad convention to not add unused arguments in function prototypes? Problem is that the vast majority of these come from callback functions like wayland or...
Closing because there's no interest in this
I can't reproduce this on wayland either. Did this used to not be like this at some point? A bisect would be helpful
Are you pressing `i` or toggling it with `I`?