Reduce iOS video enc/dec redundant code, add more H.265 QP parsing logic#143
Reduce iOS video enc/dec redundant code, add more H.265 QP parsing logic#143Piasy wants to merge 1 commit into
Conversation
|
Thanks for your change. One reason of having both RTCVideoDecoderH264.mm and RTCVideoDecoderH265.mm is HEVC is not included in upstream libwebrtc. Making too many changes to RTCVideoDecoderH264.mm will increase the effort during rebasing. So I would prefer to keep RTCVideoDecoderH264.mm unchanged. As this is a trade off, I'm open to merge these two files if it brings more benefits. |
|
Hi @jianjunz , as you can see in the diff, the modification to RTCVideoEncoder/DecoderH264 isn't very large, only several |
No description provided.