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
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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.