ffmpeg/libavformat/tests
Martin Storsjö e4f5c2414b tests/movenc: Validate that normal muxer usage doesn't print warnings
We have test to make sure that certain configurations do print
warnings. However, the normal operation of the muxer within this
test always printed a warning, so those tests to check for
extra warnings didn't essentially guard anything.

The warning that always was printed, "track 1: codec frame size is
not set" was not present in the libav fork where this testcase
originated, it was removed in f234e8a32e.

Set the frame size for the audio stream to silence the warning,
and use this frame size in a couple later calculations, and check
that one test configuration doesn't print warnings.

Setting the frame size apparently changes the rounding of a timestamp
in the ismv muxing testcase.

Signed-off-by: Martin Storsjö <martin@martin.st>
2024-04-11 14:08:55 +03:00
..
.gitignore avformat/tests: add test for ff_rescale_interval() 2022-03-19 21:34:04 +10:00
fifo_muxer.c avformat/mux: Rename FF_FMT_ALLOW_FLUSH->FF_OFMT_FLAG_ALLOW_FLUSH 2024-03-22 23:57:19 +01:00
imf.c avformat/imf: clean-up logging 2023-05-31 09:03:58 -07:00
movenc.c tests/movenc: Validate that normal muxer usage doesn't print warnings 2024-04-11 14:08:55 +03:00
noproxy.c
rtmpdh.c
seek.c avformat/test/seek: set ch_layout instead of channels 2022-03-22 08:45:38 -03:00
seek_utils.c avformat/demux: Add new demux.h header 2022-05-10 07:37:38 +02:00
srtp.c
url.c avformat/url: add ff_make_absolulte_url2 to be able to test windows path cases 2021-04-07 22:14:56 +02:00