]> git.sesse.net Git - vlc/commit
stream_filter/httplive.c: Cleanup hls_thread_t and stream_sys_t structs.
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Fri, 31 Dec 2010 14:40:55 +0000 (15:40 +0100)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Fri, 31 Dec 2010 16:55:22 +0000 (17:55 +0100)
commit9994020808c74044174d589418db790b41e00f0d
treef60685ed053f4d96ebf0821cb101c110b17c7cab
parentc407725c0a6dd217458cb59bad342c4c02e20420
stream_filter/httplive.c: Cleanup hls_thread_t and stream_sys_t structs.

Cleanup hls_thread_t and stream_sys_t structs:
- duplicate members
- rename hls_playlist_t to hls_playlist_s
- move download members to stream_sys_t inside a hls_download_s struct
- check for p_sys->thread is no longer needed in segment_Seek()
modules/stream_filter/httplive.c