== REDCODE ==
* Fixed ntohl dependency (and hopefully 64bit issues) * Video length detection fixed (tests for picture presence)
This commit is contained in:
2
extern/libredcode/codec.c
vendored
2
extern/libredcode/codec.c
vendored
@@ -64,7 +64,7 @@ struct redcode_frame_raw * redcode_decode_video_raw(
|
||||
/* setup the decoder decoding parameters using the current image
|
||||
and user parameters */
|
||||
opj_setup_decoder(dinfo, ¶meters);
|
||||
|
||||
|
||||
/* open a byte stream */
|
||||
cio = opj_cio_open((opj_common_ptr)dinfo,
|
||||
frame->data + frame->offset, frame->length);
|
||||
|
Reference in New Issue
Block a user