avformat/test/seek: set ch_layout instead of channels

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2022-03-18 19:18:03 -03:00
parent edd26bca60
commit e6e86a3907
1 changed files with 1 additions and 1 deletions

View File

@ -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) {