avformat/test/seek: set ch_layout instead of channels
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user