Bugfix
This commit is contained in:
@@ -331,10 +331,8 @@ raop_rtp_mirror_thread(void *arg)
|
||||
// The information in the payload contains an SPS and a PPS NAL
|
||||
|
||||
float width_source = byteutils_get_float(packet, 40);
|
||||
printf("source-width: %f", width_source);
|
||||
float height_source = byteutils_get_float(packet, 44);
|
||||
float width = byteutils_get_float(packet, 56);
|
||||
printf("width: %f", width);
|
||||
|
||||
float height = byteutils_get_float(packet, 60);
|
||||
logger_log(raop_rtp_mirror->logger, LOGGER_DEBUG, "raop_rtp_mirror width_source = %f height_source = %f width = %f height = %f",
|
||||
|
||||
Reference in New Issue
Block a user