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