mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-03 04:54:30 +01:00
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.