stream_filter/httplive.c: Rename NextSegment() to GetSegment()
The function NextSegment() no longer resembles its name. It does not get the next segment. It just gets the segment p_sys->segment from a HLS stream (default p_sys->current). Renamed the function GetSegment() to more resemble its usage.
Showing
Please register or sign in to comment