]> granicus.if.org Git - handbrake/commit
CLI: remove usage of strtok_r in subtitle option handling. it's not available
authorjstebbins <jstebbins.hb@gmail.com>
Fri, 12 Jun 2009 18:15:38 +0000 (18:15 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Fri, 12 Jun 2009 18:15:38 +0000 (18:15 +0000)
commitcf35c076ee44d65de63ff83cbda910be2c7a6232
tree9457711a3ff412fc746d8c7265ffc06a5178f614
parente9bbd49dc361b3e40300553f501e20877f637792
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://svn.handbrake.fr/HandBrake/trunk@2524 b64f7644-9d1e-0410-96f1-a4d463321fa5
test/test.c