mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +02:00
avformat/test/seek: set ch_layout instead of channels
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
edd26bca60
commit
e6e86a3907
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user