Menu

#144 JPEG parameter mismatch

Jpeg
closed
GnuWin
Binaries (396)
5
2012-07-26
2004-05-26
Anonymous
No

When I call the function jpeg_create_decompress(&cinfo)
, I get this error message:
"JPEG parameter mismatch: library thinks size is 432,
caller expects 416".
I just used your example.c for decoding JPEG, only your
dlls and header files (.h), using C++ Builder 5.0.

Could you please send me any info about this on
jookie(at)szm.sk?

Discussion

  • Nobody/Anonymous

    Logged In: NO

    It's me again... It's the same when using MS VC++ 6.0, but it
    says that size should be 432 and not 464.

     
  • Nobody/Anonymous

    Logged In: NO

    It's me again... It's the same when using MS VC++ 6.0, but it
    says that size should be 432 and not 464.

     
  • GnuWin

    GnuWin - 2004-05-27

    Logged In: YES
    user_id=217802

    Example.c is not a complete program. Could you post a
    complete program, as small as possible, together with a small
    input file, that shows this bug?