[vlc-commits] commit: stream_filter/httplive.c: Cleanup hls_thread_t and stream_sys_t structs. (Jean-Paul Saman )

git at videolan.org git at videolan.org
Fri Dec 31 17:55:47 CET 2010


vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Fri Dec 31 15:40:55 2010 +0100| [9994020808c74044174d589418db790b41e00f0d] | committer: Jean-Paul Saman 

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()

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9994020808c74044174d589418db790b41e00f0d
---

 modules/stream_filter/httplive.c |  148 +++++++++++++++++++-------------------
 1 files changed, 73 insertions(+), 75 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=9994020808c74044174d589418db790b41e00f0d


More information about the vlc-commits mailing list