summaryrefslogtreecommitdiff
path: root/libavformat/tests
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2022-03-18 19:18:03 -0300
committerJames Almer <jamrial@gmail.com>2022-03-22 08:45:38 -0300
commite6e86a3907379a08d0015d76da7ea6b682def815 (patch)
tree835b400d56b09cf5b62df1011291ec5bc8efded3 /libavformat/tests
parentedd26bca609303edada20ea1b1be7fdfbe6f1711 (diff)
downloadffmpeg-e6e86a3907379a08d0015d76da7ea6b682def815.tar.gz
avformat/test/seek: set ch_layout instead of channels
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/tests')
-rw-r--r--libavformat/tests/seek.c2
1 files changed, 1 insertions, 1 deletions
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) {