]> Creatis software - gdcm.git/blobdiff - src/gdcmmpeg2/src/mpeg2dec/subspic.c
add std::string Orientation::GetOrientation ( File *f ) method, that
[gdcm.git] / src / gdcmmpeg2 / src / mpeg2dec / subspic.c
index fbe238b64ce4474b05ac6f72980d200b5719fa3d..30ae35e9fa0a0d93018c175537b03b54e69bac57 100644 (file)
@@ -260,6 +260,7 @@ int Height;
     return(-1);
   }
 
+  abort();
   Bytes_Read = read(Infile, Frame, Size);
   
   if(Bytes_Read!=Size)
@@ -288,6 +289,7 @@ int framenum;
   FILE *fd;
   int line;
   int size, offset;
+  abort();
 
 
   if (!(fd = fopen(filename,"rb")))