vlc | branch: master | Thomas Guillem <[email protected]> | Mon Sep  9 14:20:20 
2019 +0200| [d5b69a1382ef30bb37a9efae44d775f5b751985f] | committer: Thomas 
Guillem

test: player: lower video size

(faster tests)

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

 test/src/player/player.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/src/player/player.c b/test/src/player/player.c
index de916e7a8a..962110b97c 100644
--- a/test/src/player/player.c
+++ b/test/src/player/player.c
@@ -625,7 +625,8 @@ create_mock_media(const char *name, const struct 
media_params *params)
     assert(params);
     char *url;
     int ret = asprintf(&url,
-        
"mock://video_track_count=%zu;audio_track_count=%zu;sub_track_count=%zu;"
+        "mock://video_width=4;video_height=4;"
+        "video_track_count=%zu;audio_track_count=%zu;sub_track_count=%zu;"
         "program_count=%zu;video_packetized=%d;audio_packetized=%d;"
         "sub_packetized=%d;length=%"PRId64";title_count=%zu;chapter_count=%zu;"
         "can_seek=%d;can_pause=%d;error=%d;null_names=%d",

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to