Luca Barbato <[email protected]> writes: > av_interleave_packet_per_dts waits untill it gets a frame for each > stream before outputting packets in interleaved order. > > Sparse streams tend to add up latency and in specific cases end up > allocating a large amount of memory.
The proper way of handling this is to flag sparse streams as such and mostly ignore them for interleaving purposes. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
