summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.c')
-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]);