Re: [FFmpeg-devel] [PATCH] avformat/fifo_test: Move into tests/fifo_muxer.c

2024-03-12 Thread Stefano Sabatini
On date Tuesday 2024-03-12 21:25:31 +0100, Andreas Rheinhardt wrote: [...] > > nit: FifoTestMuxerPacketData > > > > This would necessitate changes to the part of the test tool that I did > not change and would therefore need to be a commit of its own. I can do > this, of course. Of course, feel

Re: [FFmpeg-devel] [PATCH] avformat/fifo_test: Move into tests/fifo_muxer.c

2024-03-12 Thread Andreas Rheinhardt
Stefano Sabatini: > On date Tuesday 2024-03-12 19:43:29 +0100, Andreas Rheinhardt wrote: >> This muxer solely exists to test the fifo muxer via a dedicated >> test tool in libavformat/tests/fifo_muxer.c. It fulfills no >> other role and it is only designed with this role in mind. >> >> The latter c

Re: [FFmpeg-devel] [PATCH] avformat/fifo_test: Move into tests/fifo_muxer.c

2024-03-12 Thread Stefano Sabatini
On date Tuesday 2024-03-12 19:43:29 +0100, Andreas Rheinhardt wrote: > This muxer solely exists to test the fifo muxer via a dedicated > test tool in libavformat/tests/fifo_muxer.c. It fulfills no > other role and it is only designed with this role in mind. > > The latter can be seen in two facts: