OSDN Git Service

Remove the "lmax" OptionDef. The equally named AVOption takes over its function.
authorPanagiotis Issaris <takis.issaris@uhasselt.be>
Thu, 28 Sep 2006 17:44:13 +0000 (17:44 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Thu, 28 Sep 2006 17:44:13 +0000 (17:44 +0000)
commit494cf837021d68190e3ce45ef763e3b123bf7958
treeef7b998cf1f4d8da680b505b43aed3d498647b1e
parenteeebe6ad1fe61fc0be2e63658abb6441ab38c916
Remove the "lmax" OptionDef. The equally named AVOption takes over its function.
A unit change is involved, but as AVOption parameters are now parsed with
ff_eval2(), you can use the QP2LAMBDA constant to ease the change:
ffmpeg -i src.ext -lmax 21*QP2LAMBDA dst.ext

Originally committed as revision 6367 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c