Files
scrcpy/app
Romain Vimont 886781e115 Avoid unnecessary copy on demuxing config packets
Use av_packet_ref() to reference the packet without copy.

This also simplifies the logic, by making the "offset" variable and the
memcpy() call local to the if-block.
2023-01-02 15:55:46 +01:00
..
2022-10-12 13:24:43 +02:00
2022-08-28 15:23:08 +02:00
2022-10-19 15:17:43 +02:00
2022-12-22 12:33:29 +01:00