Re: [FFmpeg-devel] [PATCH v10 2/8] tests: Add stream dump test API util.

2025-04-04 Thread Romain Beauxis
Le ven. 4 avr. 2025 à 15:41, Michael Niedermayer a écrit : > > On Wed, Apr 02, 2025 at 01:29:34PM -0500, Romain Beauxis wrote: > > --- > > tests/Makefile| 1 + > > tests/api/Makefile| 2 +- > > tests/api/api-dump-stream-meta-test.c | 175 +++

Re: [FFmpeg-devel] [PATCH v10 2/8] tests: Add stream dump test API util.

2025-04-04 Thread Michael Niedermayer
On Wed, Apr 02, 2025 at 01:29:34PM -0500, Romain Beauxis wrote: > --- > tests/Makefile| 1 + > tests/api/Makefile| 2 +- > tests/api/api-dump-stream-meta-test.c | 175 ++ > 3 files changed, 177 insertions(+), 1 deletion(-) >

[FFmpeg-devel] [PATCH v10 2/8] tests: Add stream dump test API util.

2025-04-02 Thread Romain Beauxis
--- tests/Makefile| 1 + tests/api/Makefile| 2 +- tests/api/api-dump-stream-meta-test.c | 175 ++ 3 files changed, 177 insertions(+), 1 deletion(-) create mode 100644 tests/api/api-dump-stream-meta-test.c diff --git a/tests