/[svn]/libgig/trunk/src/tools/gig2stereo.cpp
ViewVC logotype

Diff of /libgig/trunk/src/tools/gig2stereo.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3047 by schoenebeck, Wed Jan 14 16:07:45 2015 UTC revision 3048 by schoenebeck, Fri Nov 25 18:34:45 2016 UTC
# Line 67  static void printUsage() { Line 67  static void printUsage() {
67      cout << endl;      cout << endl;
68      cout << "   -v               Print version and exit." << endl;      cout << "   -v               Print version and exit." << endl;
69      cout << endl;      cout << endl;
70      cout << "   --verbose        Print additional informations while converting." << endl;      cout << "   --verbose        Print additional information while converting." << endl;
71      cout << endl;      cout << endl;
72      cout << "Read `man gig2stereo' for details." << endl;      cout << "Read `man gig2stereo' for details." << endl;
73      cout << endl;      cout << endl;
# Line 203  static string stripAudioChannelFromName( Line 203  static string stripAudioChannelFromName(
203   *                            their main sample characteristics match, if set   *                            their main sample characteristics match, if set
204   *                            to true this sanity check will be skipped   *                            to true this sanity check will be skipped
205   * @param verbosity - verbosity level, defines whether and how much additional   * @param verbosity - verbosity level, defines whether and how much additional
206   *                    informations to be printed to the console while doing the   *                    information to be printed to the console while doing the
207   *                    conversion (0 .. 2)   *                    conversion (0 .. 2)
208   */   */
209  static bool convertFileToStereo(const string path, bool keep, bool forceReplace, bool skipIncompatible, int verbose) {  static bool convertFileToStereo(const string path, bool keep, bool forceReplace, bool skipIncompatible, int verbose) {
# Line 567  static bool convertFileToStereo(const st Line 567  static bool convertFileToStereo(const st
567          e.PrintMessage();          e.PrintMessage();
568          return false; // error          return false; // error
569      } catch (...) {      } catch (...) {
570          cerr << "Unknown exception occured while trying to convert file." << endl;          cerr << "Unknown exception occurred while trying to convert file." << endl;
571          return false; // error          return false; // error
572      }      }
573      return true; // success      return true; // success

Legend:
Removed from v.3047  
changed lines
  Added in v.3048

  ViewVC Help
Powered by ViewVC