Fix comment about data sent over the socket

We now send the device name in addition to the screen dimensions on the
socket. Update the comment accordingly.
This commit is contained in:
Romain Vimont 2017-12-18 11:27:55 +01:00
parent d972a88c1a
commit bb8afa9324

View file

@ -283,7 +283,7 @@ SDL_bool show_screen(const char *serial, Uint16 local_port) {
decoder.video_socket = device_socket;
decoder.skip_frames = SDL_TRUE;
// now we consumed the width and height values, the socket receives the video stream
// now we consumed the header values, the socket receives the video stream
// start the decoder
if (!decoder_start(&decoder)) {
ret = SDL_FALSE;