summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-03-13 19:44:55 +0000
committerdynaflash <[email protected]>2007-03-13 19:44:55 +0000
commit5b9bc2d78e5632ce4173df94312f304304fbc123 (patch)
treeea02f315e919f5591fe7b5b08e3ec7d5b433e178 /libhb
parent915f1c05ac72ce0229206acd244cc483d550f02a (diff)
MacGui: Thinine's custom file size and x264 fix.
Thanks Thinine! - Fix output file variable in controller.mm and common.h so that custom file sizes work properly with x264. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@431 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb')
-rw-r--r--libhb/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/common.h b/libhb/common.h
index e63ecaf8b..d43e5169f 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -197,7 +197,7 @@ struct hb_job_s
#define HB_MUX_IPOD 0x100000
int mux;
- char * file;
+ const char * file;
#ifdef __LIBHB__
/* Internal data */