summaryrefslogtreecommitdiffstats
path: root/libhb/encx264.c
diff options
context:
space:
mode:
authorRodeo <[email protected]>2012-03-31 16:05:51 +0000
committerRodeo <[email protected]>2012-03-31 16:05:51 +0000
commitcc2457e31f9d800bf298ea77f31574f8870c2631 (patch)
treeda4addd4d201f276c16e8945451bed4d4525c062 /libhb/encx264.c
parent80e2601a28514e366932da76a1426008953d93f0 (diff)
Cosmetic after last commit.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4569 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/encx264.c')
-rw-r--r--libhb/encx264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/encx264.c b/libhb/encx264.c
index 4e6313abd..5128ec23d 100644
--- a/libhb/encx264.c
+++ b/libhb/encx264.c
@@ -264,7 +264,7 @@ int encx264Init( hb_work_object_t * w, hb_job_t * job )
case 2:
param.rc.b_stat_read = 1;
param.rc.b_stat_write = 0;
- param.rc.psz_stat_in = pv->filename;
+ param.rc.psz_stat_in = pv->filename;
break;
}
}