Re: [FFmpeg-devel] [PATCH 1/5] lavfi/avfilter: export process_options()

2023-01-27 Thread Nicolas George
Anton Khirnov (12023-01-27): > Send them then. > It's been almost two weeks since my initial RFC, And if you have to wait ten more weeks for a proper review, you will wait ten more weeks. > and the code is quite > straightforward. No, it is not.

Re: [FFmpeg-devel] [PATCH 1/5] lavfi/avfilter: export process_options()

2023-01-27 Thread Anton Khirnov
Quoting Nicolas George (2023-01-27 17:48:02) > Anton Khirnov (12023-01-27): > > If nobody has further comments, I would like to push this set next week. > > I have already said I would have comments. Send them then. It's been almost two weeks since my initial RFC, and the code is quite

Re: [FFmpeg-devel] [PATCH 1/5] lavfi/avfilter: export process_options()

2023-01-27 Thread Nicolas George
Anton Khirnov (12023-01-27): > If nobody has further comments, I would like to push this set next week. I have already said I would have comments. -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH 1/5] lavfi/avfilter: export process_options()

2023-01-27 Thread Anton Khirnov
If nobody has further comments, I would like to push this set next week. -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

[FFmpeg-devel] [PATCH 1/5] lavfi/avfilter: export process_options()

2023-01-20 Thread Anton Khirnov
Also, replace an AVFilterContext argument with a logging context+private class, as those are the only things needed in this function. Will be useful in future commits. --- libavfilter/avfilter.c | 20 ++-- libavfilter/internal.h | 13 + 2 files changed, 23