Signed-off-by: James Almer <jamr...@gmail.com> --- libavformat/tests/seek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/tests/seek.c b/libavformat/tests/seek.c index e0067a64fc..94a72d9422 100644 --- a/libavformat/tests/seek.c +++ b/libavformat/tests/seek.c @@ -88,7 +88,7 @@ int main(int argc, char **argv) } } - av_dict_set(&format_opts, "channels", "1", 0); + av_dict_set(&format_opts, "ch_layout", "mono", 0); av_dict_set(&format_opts, "sample_rate", "22050", 0); if (argc < 2) { -- 2.35.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".