add 176.4kHz to available sample rates in export GUI
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 11 May 2015 22:50:51 +0000 (18:50 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 29 Jun 2015 18:18:12 +0000 (14:18 -0400)
libs/ardour/export_format_specification.cc

index 32d16c9dee0bd3c728536e04283290453f490e7c..5bc10e813c1625b8dcdd8749cf05e969ed6062a1 100644 (file)
@@ -591,6 +591,9 @@ ExportFormatSpecification::description (bool include_name)
        case SR_96:
                components.push_back ("96 kHz");
                break;
+       case SR_176_4:
+               components.push_back ("176.4 kHz");
+               break;
        case SR_192:
                components.push_back ("192 kHz");
                break;