Skip to content

codecs: h264picture: use g_array_remove_index_fast()

This algorithm is faster than the normal one. The problem is it disorders the elements in the dpb, but it does not seem to mess decoders.

Edited by Víctor Manuel Jáquez Leal

Merge request reports