From: Steinar H. Gunderson Date: Thu, 4 Oct 2012 19:57:38 +0000 (+0200) Subject: Revert an unintended change to main.cpp. X-Git-Tag: 1.0~388 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=5d38e4d0b4293f73fdfd9a2c952f4e3722dd60e3 Revert an unintended change to main.cpp. --- diff --git a/main.cpp b/main.cpp index b41c9ed..abc0a38 100644 --- a/main.cpp +++ b/main.cpp @@ -150,7 +150,7 @@ int main(int argc, char **argv) glPixelStorei(GL_PACK_ALIGNMENT, 1); unsigned img_w, img_h; - unsigned char *src_img = load_image("test.jpg", &img_w, &img_h); + unsigned char *src_img = load_image("blg_wheels_woman_1.jpg", &img_w, &img_h); EffectChain chain(WIDTH, HEIGHT);