mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 08:40:19 +00:00
JPEG reader: updated hint text
This commit is contained in:
@@ -730,7 +730,7 @@ bool jpeg_get_rtp_hdr_data(uint8_t *jpeg_data, int len, struct jpeg_rtp_data *hd
|
||||
}
|
||||
if (!i.interleaved) {
|
||||
if (strstr(i.com, "GPUJPEG")) {
|
||||
log_msg(LOG_LEVEL_ERROR, "Non-interleaved JPEG detected, use \"-c JPEG:<q>:interleaved\"!\n");
|
||||
log_msg(LOG_LEVEL_ERROR, "Non-interleaved JPEG detected, use \"-c GPUJPEG:interleaved\"!\n");
|
||||
} else {
|
||||
log_msg(LOG_LEVEL_ERROR, "Non-interleaved JPEG detected!\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user