]> git.sesse.net Git - vlc/commit
video_output.c: Don't rely on the playlist to store vout, but store them in libvlc.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 26 Mar 2008 09:18:08 +0000 (10:18 +0100)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 26 Mar 2008 16:36:06 +0000 (17:36 +0100)
commitfa8dccb4c748f99ecfc2da40f59e4f99b9b0c143
tree8087d1e6938525401b5246d02118bcf271a92d6d
parent624a1e2a3bbd0213583f003dab15e69354520212
video_output.c: Don't rely on the playlist to store vout, but store them in libvlc.

This sanitize the circular dependency there is between playlist and input and allow a safe destruction.
src/video_output/video_output.c