Re: [FFmpeg-devel] [PATCH 4/5] swscale: use a function for isAnyRGB

2017-03-19 Thread Michael Niedermayer
On Sun, Mar 19, 2017 at 03:33:42PM +0100, Clément Bœsch wrote: > --- > libswscale/swscale_internal.h | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) should be ok thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB When you are offended a

[FFmpeg-devel] [PATCH 4/5] swscale: use a function for isAnyRGB

2017-03-19 Thread Clément Bœsch
--- libswscale/swscale_internal.h | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index b3bb1695fb..9a28d180f1 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -767,13