I have a few disk performance related question regarding av_read_frame. Does av_read_frame do any file buffering to to avoid lag caused by disk read spikes? Or is it required that the user implements this if needed?
Also does av_read_frame run io calls on a separate thread? Or is it required that the user calls it on a separate thread in order to avoid blocking the processing threads with io waits? _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
