Remove the "bufsize" OptionDef option from ffmpeg.c. The equally named "bufsize"
authorPanagiotis Issaris <takis.issaris@uhasselt.be>
Mon, 18 Sep 2006 19:27:12 +0000 (19:27 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Mon, 18 Sep 2006 19:27:12 +0000 (19:27 +0000)
commit81d0618fa4ae616d991fe745a9c87997b532fc6a
treed3266ccd49c0441f4ab3fd671e2c82c380099c44
parent97c73545a5d6b28e2ea16773e9f3ba87e3a1c9cb
Remove the "bufsize" OptionDef option from ffmpeg.c. The equally named "bufsize"
AVOption takes over its function with a change in unit from kilobytes to bits.
Postfix "KiB" is available to ease the discomfort.

Originally committed as revision 6288 to svn://svn.ffmpeg.org/ffmpeg/trunk
doc/ffmpeg-doc.texi
ffmpeg.c