diff options
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index ffa9556d0..087a164fa 100644 --- a/test/test.c +++ b/test/test.c @@ -952,7 +952,7 @@ static int HandleEvents( hb_handle_t * h ) } if (x264_profile == NULL) { - x264_profile = strdup("main"); + x264_profile = strdup("high"); } if (h264_level == NULL) { |