Re: [FFmpeg-devel] [PATCH v5 03/11] avformat/fifo: Add fate test

2016-08-22 Thread Marton Balint
On Fri, 12 Aug 2016, Michael Niedermayer wrote: On Fri, Aug 12, 2016 at 12:20:22PM +0200, sebechlebsky...@gmail.com wrote: From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- Changes since the last version of the patch: - fixed print_deinit_summary to use int instead of uint8_t T

Re: [FFmpeg-devel] [PATCH v5 03/11] avformat/fifo: Add fate test

2016-08-12 Thread Michael Niedermayer
On Fri, Aug 12, 2016 at 12:20:22PM +0200, sebechlebsky...@gmail.com wrote: > From: Jan Sebechlebsky > > Signed-off-by: Jan Sebechlebsky > --- > Changes since the last version of the patch: > - fixed print_deinit_summary to use int instead of uint8_t Tested-by: michael works fine [...] -- M

[FFmpeg-devel] [PATCH v5 03/11] avformat/fifo: Add fate test

2016-08-12 Thread sebechlebskyjan
From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- Changes since the last version of the patch: - fixed print_deinit_summary to use int instead of uint8_t libavformat/Makefile | 1 + libavformat/tests/fifo_muxer.c | 443 + tests/Mak