Skip to content

Fix H265 random decoding errors when the H265 stream is generated from an...

Simon Morlat requested to merge fix/h265-glitches into release/5.0

Fix H265 random decoding errors when the H265 stream is generated from an Android device. It seems that the removal of start code emulation prevention bytes is not required for MediaCodec, and moreover if done, it creates random decoding errors at the other end (even if the other end is not a MediaCodec implementation).

Merge request reports