Re: [FFmpeg-devel] [PATCH v2 1/2] avcodec/videotoolbox: use AV_WB16 where possible

2017-09-27 Thread Aman Gupta
On Wed, Sep 27, 2017 at 4:13 PM, wm4 wrote: > On Wed, 27 Sep 2017 19:45:23 -0300 > James Almer wrote: > > > On 9/27/2017 7:19 PM, Aman Gupta wrote: > > > From: Aman Gupta > > > > > > additional changes to hevc patchset, as suggested on-list > > > > > > if these look fine, I will squash into pre

Re: [FFmpeg-devel] [PATCH v2 1/2] avcodec/videotoolbox: use AV_WB16 where possible

2017-09-27 Thread wm4
On Wed, 27 Sep 2017 19:45:23 -0300 James Almer wrote: > On 9/27/2017 7:19 PM, Aman Gupta wrote: > > From: Aman Gupta > > > > additional changes to hevc patchset, as suggested on-list > > > > if these look fine, I will squash into previous patchset and push it to > > master. > > --- > > libavc

Re: [FFmpeg-devel] [PATCH v2 1/2] avcodec/videotoolbox: use AV_WB16 where possible

2017-09-27 Thread James Almer
On 9/27/2017 7:19 PM, Aman Gupta wrote: > From: Aman Gupta > > additional changes to hevc patchset, as suggested on-list > > if these look fine, I will squash into previous patchset and push it to > master. > --- > libavcodec/videotoolbox.c | 27 +-- > 1 file changed, 9

[FFmpeg-devel] [PATCH v2 1/2] avcodec/videotoolbox: use AV_WB16 where possible

2017-09-27 Thread Aman Gupta
From: Aman Gupta additional changes to hevc patchset, as suggested on-list if these look fine, I will squash into previous patchset and push it to master. --- libavcodec/videotoolbox.c | 27 +-- 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/libavcodec/vi