]> Creatis software - gdcm.git/blobdiff - src/gdcmmpeg2/src/mpeg2enc/putseq.c
ENH: Continue cleaning of open/write/seek ...
[gdcm.git] / src / gdcmmpeg2 / src / mpeg2enc / putseq.c
index d41387a779934185d31c3de35a993038cd91a303..86501a08fa4e97ee1c1efb53e799dea2f69f6c80 100644 (file)
@@ -37,7 +37,6 @@ void putseq()
   /* this routine assumes (N % M) == 0 */
   int i, j, k, f, f0, n, np, nb, sxf, syf, sxb, syb;
   int ipflag;
-  FILE *fd;
   char name[256];
   unsigned char *neworg[3], *newref[3];
   static char ipb[5] = {' ','I','P','B','D'};