diff OrthancServer/main.cpp @ 3644:e168a2dedb00 storage-commitment

integration mainline->storage-commitment
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Feb 2020 08:22:22 +0100
parents f6a73611ec5c fa3ff492fb3b
children 56f2397f027a
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Fri Jan 31 17:15:56 2020 +0100
+++ b/OrthancServer/main.cpp	Tue Feb 04 08:22:22 2020 +0100
@@ -341,6 +341,10 @@
         configuration = "Mpeg2TransferSyntaxAccepted";
         break;
 
+      case TransferSyntax_Mpeg4:
+        configuration = "Mpeg4TransferSyntaxAccepted";
+        break;
+
       case TransferSyntax_Rle:
         configuration = "RleTransferSyntaxAccepted";
         break;