Re: [FFmpeg-devel] [PATCH v12 2/2] avformat/imf: Tests

2021-12-20 Thread Pierre-Anthony Lemieux
> And then generate the appropriate reference file. Done at v13 of the patchset. I have also (separately) requested to samples-requ...@ffmpeg.org the addition of an IMF sample -- in addition to the tests at libavformat/tests/imf.c. On Mon, Dec 20, 2021 at 7:06 AM Anton Khirnov wrote: > > As

Re: [FFmpeg-devel] [PATCH v12 2/2] avformat/imf: Tests

2021-12-20 Thread Anton Khirnov
As far as I can tell, the test is not actually run as a part of make fate. You need something like: diff --git a/tests/fate/libavformat.mak b/tests/fate/libavformat.mak index d1e81284ed..59ff0ebc8d 100644 --- a/tests/fate/libavformat.mak +++ b/tests/fate/libavformat.mak @@ -22,6 +22,10 @@

[FFmpeg-devel] [PATCH v12 2/2] avformat/imf: Tests

2021-12-18 Thread pal
From: Pierre-Anthony Lemieux Signed-off-by: Pierre-Anthony Lemieux --- Notes: Tests for the IMF demuxer. libavformat/Makefile| 1 + libavformat/tests/imf.c | 525 2 files changed, 526 insertions(+) create mode 100644 libavformat/tests/imf.c