diff Core/Enumerations.cpp @ 3655:e7248fa2738f

merge
author Alain Mazy <alain@mazy.be>
date Fri, 07 Feb 2020 09:35:36 +0100
parents fa3ff492fb3b
children e168a2dedb00 090022f1b5e1
line wrap: on
line diff
--- a/Core/Enumerations.cpp	Fri Feb 07 09:35:18 2020 +0100
+++ b/Core/Enumerations.cpp	Fri Feb 07 09:35:36 2020 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2019 Osimis S.A., Belgium
+ * Copyright (C) 2017-2020 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -888,6 +888,9 @@
       case TransferSyntax_Mpeg2:
         return "MPEG2";
 
+      case TransferSyntax_Mpeg4:
+        return "MPEG4";
+
       case TransferSyntax_Rle:
         return "RLE";