GUAC-236: Add missing comment for use of sws_scale().
This commit is contained in:
parent
cb1d5e03b5
commit
7575506443
@ -348,6 +348,7 @@ void guacenc_video_prepare_frame(guacenc_video* video, guacenc_buffer* buffer) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Apply scaling, copying the source frame to the destination */
|
||||||
sws_scale(sws, (const uint8_t* const*) src->data, src->linesize,
|
sws_scale(sws, (const uint8_t* const*) src->data, src->linesize,
|
||||||
0, src->height, dst->data, dst->linesize);
|
0, src->height, dst->data, dst->linesize);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user