diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2011-12-16 10:44:53 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2011-12-16 10:44:53 +0000 |
| commit | 4bcd3a1e42f3eafb378411fae021021e82ffec65 (patch) | |
| tree | 6397b05b2c3ad1f2f80bad9345d7bcd24169a055 /libopenjpeg | |
| parent | 594148ae8383ec058d0db1087db4eefe7a150b6f (diff) | |
Fix a warning on MacOSX
Diffstat (limited to 'libopenjpeg')
| -rwxr-xr-x | libopenjpeg/ppix_manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/ppix_manager.c b/libopenjpeg/ppix_manager.c index b0b4fe6f..58d324ce 100755 --- a/libopenjpeg/ppix_manager.c +++ b/libopenjpeg/ppix_manager.c @@ -93,7 +93,7 @@ int write_ppixfaix( int coff, int compno, opj_codestream_info_t cstr_info, opj_b opj_packet_info_t packet; int resno, precno, layno, num_packet; int numOfres, numOfprec, numOflayers; - packet.end_ph_pos = packet.start_pos = -1; + packet.end_pos = packet.end_ph_pos = packet.start_pos = -1; (void)EPHused; /* unused ? */ if( j2klen > pow( 2, 32)){ |
