[FFmpeg-cvslog] avformat/test/seek: set ch_layout instead of channels

James Almer git at videolan.org
Tue Mar 22 14:01:25 EET 2022


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Mar 18 19:18:03 2022 -0300| [e6e86a3907379a08d0015d76da7ea6b682def815] | committer: James Almer

avformat/test/seek: set ch_layout instead of channels

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e6e86a3907379a08d0015d76da7ea6b682def815
---

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



More information about the ffmpeg-cvslog mailing list