2015-08-30 Fred Gleason <fredg@paravelsystems.com>

* Added PCM24 to 'lib/export_settings_dialog.cpp'.
This commit is contained in:
Fred Gleason
2015-08-30 08:14:59 -04:00
parent 8d70a79387
commit 398408476c
16 changed files with 98 additions and 87 deletions

View File

@@ -2,7 +2,7 @@
//
// Rivendell web service portal -- Export service
//
// (C) Copyright 2010,2014 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2010-2015 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -145,6 +145,7 @@ void Xport::Export()
case RDAudioConvert::ErrorOk:
switch(settings->format()) {
case RDSettings::Pcm16:
case RDSettings::Pcm24:
printf("Content-type: audio/x-wav\n\n");
break;