Re: [FFmpeg-user] Decoding slice based frames

2025-03-18 Thread d.gorde...@ngslab.ru
Nobody knows? Where can I find the format of the slice-based frames? Is there an example of decoding them? Hi My decoder receives slice based frame, and it cannot decode them (the result is a greased picture). How should I decode them and which are differences from decoding a usual frame? My

[FFmpeg-user] Decoding slice based frames

2025-03-06 Thread d.gorde...@ngslab.ru
Hi My decoder receives slice based frame, and it cannot decode them (the result is a greased picture). How should I decode them and which are differences from decoding a usual frame? My code of dedoding is canonical:   if (size >= sizeof(kh264Prefix) && memcmp(data, kh264Prefix, sizeof(kh264