X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcmmpeg2%2Fsrc%2Fmpeg2dec%2Fgethdr.c;h=c128f010d79f756c05183595f380ef4c24f417d2;hb=HEAD;hp=4b64a0e56d76732ca386e7d043dd8f1965ea3476;hpb=6d83ad721f16d9a3176a46f6043d710dacb3ffe3;p=gdcm.git diff --git a/src/gdcmmpeg2/src/mpeg2dec/gethdr.c b/src/gdcmmpeg2/src/mpeg2dec/gethdr.c index 4b64a0e5..c128f010 100644 --- a/src/gdcmmpeg2/src/mpeg2dec/gethdr.c +++ b/src/gdcmmpeg2/src/mpeg2dec/gethdr.c @@ -27,8 +27,6 @@ * */ -#include - #include "config.h" #include "global.h" @@ -986,7 +984,7 @@ static int extra_bit_information() /* Purpose: this function is mainly designed to aid in bitstream conformance testing. A simple Flush_Buffer(1) would do */ void marker_bit(text) -char *text; +const char *text; { int marker; (void)text;