Re: [FFmpeg-devel] [PATCH 5/5] lavc: remove tests/options

2021-03-01 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2021-02-26 14:55:26) > You forgot to remove the corresponding entry in .gitignore. LGTM otherwise. And the test output as well. Both removed locally. -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org htt

Re: [FFmpeg-devel] [PATCH 5/5] lavc: remove tests/options

2021-02-26 Thread Andreas Rheinhardt
Anton Khirnov: > It tests deprecated avcodec_copy_context(). > --- > libavcodec/Makefile| 1 - > libavcodec/tests/options.c | 194 - > tests/fate/libavcodec.mak | 4 - > 3 files changed, 199 deletions(-) > delete mode 100644 libavcodec/tests/option

[FFmpeg-devel] [PATCH 5/5] lavc: remove tests/options

2021-02-24 Thread Anton Khirnov
It tests deprecated avcodec_copy_context(). --- libavcodec/Makefile| 1 - libavcodec/tests/options.c | 194 - tests/fate/libavcodec.mak | 4 - 3 files changed, 199 deletions(-) delete mode 100644 libavcodec/tests/options.c diff --git a/libavcodec/