Fix a bug that prevented copying the decoded image into the output buffer when the output buffer is larger than the input image (#122)
* Fix a bug that prevented copying the decoded image into the output buffer when the output buffer is larger than the input image * add check for a valid roi_width
This commit is contained in:
@@ -34,7 +34,7 @@ THE SOFTWARE.
|
||||
extern "C" {
|
||||
#endif
|
||||
#define ROCJPEG_MAJOR_VERSION 0
|
||||
#define ROCJPEG_MINOR_VERSION 8
|
||||
#define ROCJPEG_MINOR_VERSION 9
|
||||
#define ROCJPEG_MICRO_VERSION 0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user