summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_image_frame.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-04-21 13:45:53 +0200
committerRobin Gareus <robin@gareus.org>2014-04-21 13:45:53 +0200
commit67ddda015881febeec52d1c67059d82aaeb4a70f (patch)
tree9785222401318ea24345006c5f7ca1ab226028c9 /gtk2_ardour/video_image_frame.cc
parentbd9dba1f4d4699abeed32c8f8d3db517c5cc3c44 (diff)
vtl: fix leftover typo in request URL (noop)
Diffstat (limited to 'gtk2_ardour/video_image_frame.cc')
-rw-r--r--gtk2_ardour/video_image_frame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/video_image_frame.cc b/gtk2_ardour/video_image_frame.cc
index ebcb9e6f96..1ae69f02e1 100644
--- a/gtk2_ardour/video_image_frame.cc
+++ b/gtk2_ardour/video_image_frame.cc
@@ -201,7 +201,7 @@ http_get_thread (void *arg) {
char url[2048];
pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);
pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
- snprintf(url, sizeof(url), "%s?frame=%li&w=%d&h=%di&file=%s&format=bgra",
+ snprintf(url, sizeof(url), "%s?frame=%li&w=%d&h=%d&file=%s&format=bgra",
vif->get_video_server_url().c_str(),
(long int) vif->get_req_frame(), vif->get_width(), vif->get_height(),
vif->get_video_filename().c_str()