Re: [FFmpeg-devel] [PATCH]lavfi/drawutils: Do not claim to support P016

2018-03-08 Thread Carl Eugen Hoyos
2018-03-07 16:55 GMT+01:00, Michael Niedermayer : > On Wed, Mar 07, 2018 at 12:41:13AM +0100, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch fixes fate on big-endian, I failed to fix drawutils for >> P016. >> >> Please comment (or fix the underlying issue), Carl Eugen > >> libavfilter/drawuti

Re: [FFmpeg-devel] [PATCH]lavfi/drawutils: Do not claim to support P016

2018-03-07 Thread Michael Niedermayer
On Wed, Mar 07, 2018 at 12:41:13AM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes fate on big-endian, I failed to fix drawutils for P016. > > Please comment (or fix the underlying issue), Carl Eugen > libavfilter/drawutils.c |2 +- > tests/ref/fate/filter-pixfmts-pa

[FFmpeg-devel] [PATCH]lavfi/drawutils: Do not claim to support P016

2018-03-06 Thread Carl Eugen Hoyos
Hi! Attached patch fixes fate on big-endian, I failed to fix drawutils for P016. Please comment (or fix the underlying issue), Carl Eugen From 5254acb48a67adc10e2651c6be449e11ecd8cb74 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 7 Mar 2018 00:36:21 +0100 Subject: [PATCH] lavfi/draw