X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmTS.h;h=04666918a37e4ef0514c9e720e3bccb8cd6e8032;hb=1114315a33a78a25b6cc40dbc188e6d982f32204;hp=6375a0a4d01fcba492a3da27edbd2c7f0046cc93;hpb=0ad9dae4659b21bfd5c834c1af724eab4dcdf4f6;p=gdcm.git diff --git a/src/gdcmTS.h b/src/gdcmTS.h index 6375a0a4..04666918 100644 --- a/src/gdcmTS.h +++ b/src/gdcmTS.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmTS.h,v $ Language: C++ - Date: $Date: 2005/01/23 10:12:34 $ - Version: $Revision: 1.18 $ + Date: $Date: 2005/04/22 13:37:57 $ + Version: $Revision: 1.20 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -59,6 +59,7 @@ enum SpecialType { JPEG2000Lossless, JPEG2000, RLELossless, + MPEG2MainProfile, UnknownTS }; @@ -77,6 +78,7 @@ public: bool IsJPEG2000(TSKey const &key); bool IsJPEG(TSKey const &key); bool IsJPEGLS(TSKey const &key); + bool IsMPEG(TSKey const &key); // This should be deprecated very soon SpecialType GetSpecialTransferSyntax(TSKey const &key);