]> git.sesse.net Git - x264/commitdiff
cli: Refactor filter option parsing
authorHenrik Gramner <henrik@gramner.com>
Thu, 4 Feb 2016 19:06:57 +0000 (20:06 +0100)
committerHenrik Gramner <henrik@gramner.com>
Tue, 12 Apr 2016 15:10:29 +0000 (17:10 +0200)
The old code contained a whole bunch of memory leaks, unchecked mallocs,
sections of dead code, etc. and was generally overly complex.

Also consolidate some memory allocations into a single one.


No differences found