hlsdemux: m3u8: move file lookup by sequence directly into code
authorTim-Philipp Müller <tim@centricular.com>
Wed, 2 Sep 2015 15:40:17 +0000 (16:40 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 23 Oct 2015 17:20:01 +0000 (18:20 +0100)
commit1c8d844ece81674cef55039d70492cb69c389399
tree96469b1df17afe7374913341e1f2f8d4d09441d1
parent28ac033773cecf0d3dc734e0cc4f6356721bf068
hlsdemux: m3u8: move file lookup by sequence directly into code

Nicer to read, two lines of code less, and also the callback
function should've been a GCompareFunc that returns a gint
and not a boolean (it did work correctly, was just confusing).
ext/hls/m3u8.c