X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcmmpeg2%2Fsrc%2Fmpeg2enc%2Freadpic.c;h=c65e7e75c16fcb76808ed0982055f0dd90a0b378;hb=315440762bb5f22f9f2e39a4b2993ce585e1e320;hp=3ce6d65c00db495b7ec1a5fa2781f236dd85665b;hpb=6e9a7dc98097c1f95b481eabca0d89db918efa98;p=gdcm.git diff --git a/src/gdcmmpeg2/src/mpeg2enc/readpic.c b/src/gdcmmpeg2/src/mpeg2enc/readpic.c index 3ce6d65c..c65e7e75 100644 --- a/src/gdcmmpeg2/src/mpeg2enc/readpic.c +++ b/src/gdcmmpeg2/src/mpeg2enc/readpic.c @@ -41,7 +41,7 @@ static void border_extend _ANSI_ARGS_((unsigned char *frame, int w1, int h1, static void conv444to422 _ANSI_ARGS_((unsigned char *src, unsigned char *dst)); static void conv422to420 _ANSI_ARGS_((unsigned char *src, unsigned char *dst)); -int pbm_getint(FILE *file); //forward declaration +int pbm_getint(FILE *file); /*forward declaration */ void readframe(fname,frame) char *fname;