Re: [FFmpeg-devel] [PATCH 6/6] lavfi/src_movie: switch to new decoding API

2020-11-02 Thread Nicolas George
Anton Khirnov (12020-11-02): > --- > libavfilter/src_movie.c | 170 +++- > 1 file changed, 82 insertions(+), 88 deletions(-) Thanks for working on this. It will make switching to activate correctly much easier too. > > diff --git a/libavfilter/src_movie.c b/l

[FFmpeg-devel] [PATCH 6/6] lavfi/src_movie: switch to new decoding API

2020-11-02 Thread Anton Khirnov
--- libavfilter/src_movie.c | 170 +++- 1 file changed, 82 insertions(+), 88 deletions(-) diff --git a/libavfilter/src_movie.c b/libavfilter/src_movie.c index ab12c34f4a..b53f811846 100644 --- a/libavfilter/src_movie.c +++ b/libavfilter/src_movie.c @@ -51,7 +51