Re: [FFmpeg-devel] [PATCH] swscale: add P016 input support

2017-01-31 Thread Philip Langdale
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 31 Jan 2017 14:43:24 +0100 Michael Niedermayer wrote: > On Sun, Jan 29, 2017 at 01:11:51PM -0800, Philip Langdale wrote: > > Signed-off-by: Philip Langdale > > --- > > libswscale/input.c| 32 > >

Re: [FFmpeg-devel] [PATCH] swscale: add P016 input support

2017-01-31 Thread Michael Niedermayer
On Sun, Jan 29, 2017 at 01:11:51PM -0800, Philip Langdale wrote: > Signed-off-by: Philip Langdale > --- > libswscale/input.c| 32 > libswscale/swscale_unscaled.c | 4 +++- > libswscale/utils.c| 2 ++ > 3 files changed, 37 insertions(+), 1

[FFmpeg-devel] [PATCH] swscale: add P016 input support

2017-01-29 Thread Philip Langdale
Signed-off-by: Philip Langdale --- libswscale/input.c| 32 libswscale/swscale_unscaled.c | 4 +++- libswscale/utils.c| 2 ++ 3 files changed, 37 insertions(+), 1 deletion(-) diff --git a/libswscale/input.c b/libswscale/input.c index 1f4e