Romain Vimont bf8696d02e Avoid unnecessary copy on config packets demuxing
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 16:18:23 +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