comparison 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
comparison
equal deleted inserted replaced
3654:427a13084241 3655:e7248fa2738f
1 /** 1 /**
2 * Orthanc - A Lightweight, RESTful DICOM Store 2 * Orthanc - A Lightweight, RESTful DICOM Store
3 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics 3 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
4 * Department, University Hospital of Liege, Belgium 4 * Department, University Hospital of Liege, Belgium
5 * Copyright (C) 2017-2019 Osimis S.A., Belgium 5 * Copyright (C) 2017-2020 Osimis S.A., Belgium
6 * 6 *
7 * This program is free software: you can redistribute it and/or 7 * This program is free software: you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as 8 * modify it under the terms of the GNU General Public License as
9 * published by the Free Software Foundation, either version 3 of the 9 * published by the Free Software Foundation, either version 3 of the
10 * License, or (at your option) any later version. 10 * License, or (at your option) any later version.
885 case TransferSyntax_Jpip: 885 case TransferSyntax_Jpip:
886 return "JPIP"; 886 return "JPIP";
887 887
888 case TransferSyntax_Mpeg2: 888 case TransferSyntax_Mpeg2:
889 return "MPEG2"; 889 return "MPEG2";
890
891 case TransferSyntax_Mpeg4:
892 return "MPEG4";
890 893
891 case TransferSyntax_Rle: 894 case TransferSyntax_Rle:
892 return "RLE"; 895 return "RLE";
893 896
894 default: 897 default: