Mercurial > hg > orthanc
diff OrthancServer/main.cpp @ 3643:fa3ff492fb3b
added TransferSyntax_Mpeg4
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 04 Feb 2020 08:22:02 +0100 |
parents | 94f4a18a79cc |
children | e168a2dedb00 2a170a8f1faf |
line wrap: on
line diff
--- a/OrthancServer/main.cpp Fri Jan 31 17:14:59 2020 +0100 +++ b/OrthancServer/main.cpp Tue Feb 04 08:22:02 2020 +0100 @@ -276,6 +276,10 @@ configuration = "Mpeg2TransferSyntaxAccepted"; break; + case TransferSyntax_Mpeg4: + configuration = "Mpeg4TransferSyntaxAccepted"; + break; + case TransferSyntax_Rle: configuration = "RleTransferSyntaxAccepted"; break;