]> granicus.if.org Git - libass/commitdiff
Test: Render at 1280x720
author11rcombs <rodger.combs@gmail.com>
Sat, 25 Jan 2014 22:33:00 +0000 (16:33 -0600)
committer11rcombs <rodger.combs@gmail.com>
Sat, 25 Jan 2014 23:37:50 +0000 (17:37 -0600)
test/test.c

index d6cd9b86727043cd112f670f66112b5fb5435701..6a6d8fb9857a04e03e75742042869a6d9a2cbb6b 100644 (file)
@@ -166,8 +166,8 @@ static void blend(image_t * frame, ASS_Image *img)
 
 int main(int argc, char *argv[])
 {
-    const int frame_w = 640;
-    const int frame_h = 480;
+    const int frame_w = 1280;
+    const int frame_h = 720;
 
     if (argc < 4) {
         printf("usage: %s <image file> <subtitle file> <time>\n", argv[0]);