Re: [FFmpeg-devel] [PATCH 1/4] avfilter/vf_spp: Remove unused AVCodecContext

2020-05-11 Thread Michael Niedermayer
On Sun, Apr 19, 2020 at 12:37:44AM +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavfilter/vf_spp.c | 7 +-- > libavfilter/vf_spp.h | 2 -- > 2 files changed, 1 insertion(+), 8 deletions(-) will apply patchset [...] -- Michael GnuPG fingerprint: 9FF21

[FFmpeg-devel] [PATCH 1/4] avfilter/vf_spp: Remove unused AVCodecContext

2020-04-18 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavfilter/vf_spp.c | 7 +-- libavfilter/vf_spp.h | 2 -- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/libavfilter/vf_spp.c b/libavfilter/vf_spp.c index 7381938f7f..1b934aa9d7 100644 --- a/libavfilter/vf_spp.c +++ b/libavfilter/vf_spp.c