Re: [FFmpeg-devel] [PATCH] swscale/swscale: remove useless code

2020-04-02 Thread Michael Niedermayer
On Wed, Apr 01, 2020 at 03:32:15PM +0800, Ruiling Song wrote: > Signed-off-by: Ruiling Song > --- > libswscale/swscale.c | 16 +--- > libswscale/swscale_internal.h | 5 + > libswscale/x86/swscale.c | 3 +-- > 3 files changed, 3 insertions(+), 21 deletions(-) seems

[FFmpeg-devel] [PATCH] swscale/swscale: remove useless code

2020-04-01 Thread Ruiling Song
Signed-off-by: Ruiling Song --- libswscale/swscale.c | 16 +--- libswscale/swscale_internal.h | 5 + libswscale/x86/swscale.c | 3 +-- 3 files changed, 3 insertions(+), 21 deletions(-) diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 8436f056d4..001c