Skip to content

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

Simon Morlat requested to merge fix/h26x-artefacts-master into master

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