scrcpy/server/src
Romain Vimont 238ab872ba Pass video size as codec metadata
On initial connection, scrcpy sent some device metadata:
 - the device name (to be used as window title)
 - the initial video size (before any frame or even SPS/PPS)

But it is better to provide the initial video size as part as the video
stream, so that it can be demuxed and exposed via AVCodecContext to
sinks.

This avoids to pass an explicit "initial frame size" for the screen, the
recorder and the v4l2 sink.
2023-03-11 15:57:25 +01:00
..
main Pass video size as codec metadata 2023-03-11 15:57:25 +01:00
test/java/com/genymobile/scrcpy Forward action button to device 2023-01-30 20:57:54 +01:00