summaryrefslogtreecommitdiffstats
path: root/libhb/encx264.c
diff options
context:
space:
mode:
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;
}
}