JPEG reader: updated hint text

This commit is contained in:
Martin Pulec
2020-05-15 15:21:23 +02:00
parent 23fdedfedd
commit 3bae0c8f16

View File

@@ -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");
}