summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2007-11-16 16:21:16 +0000
committerjbrjake <[email protected]>2007-11-16 16:21:16 +0000
commit9f0ec015e60bdfefb0956cd45a762c04d2d8bcb0 (patch)
tree408a774e00eebe0e4fd36d9b183f267b67796664 /test/test.c
parent374a7b7ef9ab2cce69497ad418a9ebe61975f1c0 (diff)
Moves the readout of applied x264 options from test.c to work.c, so the MacGui can see it.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1064 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c
index 13637ea8f..5224691b4 100644
--- a/test/test.c
+++ b/test/test.c
@@ -858,8 +858,6 @@ static int HandleEvents( hb_handle_t * h )
if( x264opts != NULL && *x264opts != '\0' )
{
- fprintf( stderr, "Applying the following x264 options: %s\n",
- x264opts);
job->x264opts = x264opts;
}
else /*avoids a bus error crash when options aren't specified*/