diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-03-10 13:24:54 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-03-10 13:24:54 +0000 |
commit | 7350151b176494cb5c73313f03548044391adcc2 (patch) | |
tree | 3fd4369639b8978c0c21da7f3a3b134fbb140a29 | |
parent | 1fc113c40562d77fd350bec714fd86222263f5cc (diff) | |
download | ffmpeg-7350151b176494cb5c73313f03548044391adcc2.tar.gz |
small improvements to the help output
Originally committed as revision 8314 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -99,9 +99,9 @@ show_help(){ echo " --enable-x264 enable H.264 encoding via x264 [default=no]" echo " --enable-xvid enable Xvid encoding via xvidcore," echo " native MPEG-4/Xvid encoder exists [default=no]" - echo " --enable-amr-nb enable amr-nb float audio codec" - echo " --enable-amr-nb-fixed use fixed point for amr-nb codec" - echo " --enable-amr-wb enable amr-wb float audio codec" + echo " --enable-amr-nb enable amr-nb floating point audio codec" + echo " --enable-amr-nb-fixed enable amr-nb fixed-point codec" + echo " --enable-amr-wb enable amr-wb floating point audio codec" echo " --enable-amr-if2 enable amr-wb IF2 audio codec" echo "" echo "Advanced options (experts only):" |