On Mon, 23 Jun 2008 03:29:43 -0400, evgeni shafran <[EMAIL PROTECTED]> wrote:
> its dont work for me... i made 3 packets and compared each of them with > the > same packet and after each compare i duplecated them > and still when i change one pts, they all changes > Can you be more specific? It sounds like you have just made 3 copies of a pointer to a packet. The pts field of a packet is not dynamically allocated, so it cannot be shared between two packet structs. -- Michael Conrad IntelliTree Solutions llc. 513-552-6362 [EMAIL PROTECTED] _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
