summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author11rcombs <rodger.combs@gmail.com>2014-01-25 16:33:00 -0600
committer11rcombs <rodger.combs@gmail.com>2014-01-25 17:37:50 -0600
commit6623a57325deddf9b596078082e5e559cfefcda2 (patch)
tree8a2fdc5c113d243b47e6a5ae215a3452bd2f14bb
parent449ae478ab4263a11766ee7f9e224e4fe8588d69 (diff)
downloadlibass-6623a57325deddf9b596078082e5e559cfefcda2.tar.bz2
libass-6623a57325deddf9b596078082e5e559cfefcda2.tar.xz
Test: Render at 1280x720
-rw-r--r--test/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c
index d6cd9b8..6a6d8fb 100644
--- a/test/test.c
+++ b/test/test.c
@@ -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]);