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
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