diff options
author | jstebbins <[email protected]> | 2013-01-06 20:53:34 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2013-01-06 20:53:34 +0000 |
commit | 921b4e0aeb0a80917c5b7b2b21d9340cdd9d0b40 (patch) | |
tree | bfc5aaa5e7afbce98cd877e0473743686da0cd36 /test | |
parent | f69da1ae396cf45d28c97b23dcbf03857d8f9444 (diff) |
LinGui,CLI: change h.264 profile to high in AppleTV preset
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5161 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-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) { |