mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 08:40:19 +00:00
Fixed 711eb170
This commit is contained in:
@@ -1793,7 +1793,7 @@ int decode_video_frame(struct coded_data *cdata, void *decoder_data, struct pbuf
|
||||
frame->tiles[substream].data = (char *) malloc(buffer_length + PADDING);
|
||||
}
|
||||
|
||||
if (data_pos + len >= (unsigned) buffer_length) {
|
||||
if (data_pos + len > (unsigned) buffer_length) {
|
||||
if((prints % 100) == 0) {
|
||||
log_msg(LOG_LEVEL_ERROR, "WARNING!! Discarding input data as frame buffer is too small.\n"
|
||||
"Well this should not happened. Expect troubles pretty soon.\n");
|
||||
|
||||
Reference in New Issue
Block a user