On Sun, Apr 08, 2018 at 08:41:28PM +0800, Shengbin Meng wrote:
> LGTM.
will apply
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
No human being will ever know the Truth, for even if they happen to say it
by chance, they would not even known they had don
LGTM.
Regards,
Shengbin Meng
> On 27 Mar 2018, at 20:43, Yingming Fan wrote:
>
> From: Meng Wang
>
> Signed-off-by: Meng Wang
> ---
> This v3 patch removed unused codes 'stride_dst /= sizeof(uint8_t);' compared
> to v1. V1 have this codes because we referred to hevc dsp template codes.
> Al
From: Meng Wang
Signed-off-by: Meng Wang
---
This v3 patch removed unused codes 'stride_dst /= sizeof(uint8_t);' compared to
v1. V1 have this codes because we referred to hevc dsp template codes.
Also removed type cast like 'uint8_t *dst = (uint8_t *)_dst;' compared to v2.
As FFmpeg hevc decod