From aec8bb3435b47665e0e08fa27cdecdd0a0c1c97e Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 2 Nov 2006 04:06:56 +0000 Subject: [PATCH] rename metaflac's --import-picture to --import-picture-from for consistency with other options --- doc/html/changelog.html | 28 ++++++++++----------- doc/html/documentation.html | 4 +-- man/metaflac.sgml | 4 +-- src/metaflac/operations.c | 2 +- src/metaflac/operations_shorthand_picture.c | 2 +- src/metaflac/options.c | 8 +++--- src/metaflac/options.h | 2 +- src/metaflac/usage.c | 8 +++--- test/test_metaflac.sh | 20 +++++++-------- 9 files changed, 39 insertions(+), 39 deletions(-) diff --git a/doc/html/changelog.html b/doc/html/changelog.html index 95511273..46db9a98 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -70,7 +70,7 @@
  • Better multichannel support
  • Large file (>2GB) support everywhere
  • flac now supports FLAC as input to the encoder (i.e. can re-encode FLAC to FLAC) and preserve all the metadata like tags, etc.
  • -
  • New PICTURE metadata block for storing things like cover art, new --picture option to flac and --import-picture option to metaflac for importing pictures, new --export-picture-to option to metaflac for exporting pictures, and metadata API additions for searching for suitable pictures based on type, size and color constraints.
  • +
  • New PICTURE metadata block for storing things like cover art, new --picture option to flac and --import-picture-from option to metaflac for importing pictures, new --export-picture-to option to metaflac for exporting pictures, and metadata API additions for searching for suitable pictures based on type, size and color constraints.
  • Support for new REPLAYGAIN_REFERENCE_LOUDNESS tag.
  • In the developer libraries, the interface has been simplfied by merging the three decoding layers into a single class; ditto for the encoders. Also, libOggFLAC has been merged into libFLAC and libOggFLAC++ has been merged into libFLAC++ so there is a single API supporting both native FLAC and Ogg FLAC.
  • @@ -78,7 +78,7 @@
  • FLAC format: @@ -92,14 +92,14 @@
  • flac: