OSDN Git Service

CLI: remove usage of strtok_r in subtitle option handling. it's not available
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 12 Jun 2009 18:15:38 +0000 (18:15 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 12 Jun 2009 18:15:38 +0000 (18:15 +0000)
commit6a391b871e61c772bb726e48abf16b2b02fb4695
tree9457711a3ff412fc746d8c7265ffc06a5178f614
parent6d3d37191fd33d24509c2c569e1b9c460a2924e3
CLI: remove usage of strtok_r in subtitle option handling.  it's not available
in mingw.  instead, parse the csv options into a char** in ParseOptions.

git-svn-id: svn://localhost/HandBrake/trunk@2524 b64f7644-9d1e-0410-96f1-a4d463321fa5
test/test.c