]> git.sesse.net Git - vlc/commit
Some more (mostly) untested stuff:
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 24 Sep 2006 22:01:28 +0000 (22:01 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 24 Sep 2006 22:01:28 +0000 (22:01 +0000)
commit2d90e869b49fc72111a61ee715aa081fc92d169a
treeb5c35a24b454a31f10dbe45c00069c8cb246ae5b
parente398a81bd261feaada934e7b402b5fed57646593
Some more (mostly) untested stuff:
 * Secondary queue items now have a b_fetch_art flag
 * You can use the playlist_AskForArtEnqueue function to ask for art from an interface. This will enqueue at the begining of the secondary queue
 * other stuff which i don't remember :)
 * (fix issues with previous (and unrelated) DIR_SEP commit)
include/vlc_common.h
include/vlc_input.h
include/vlc_playlist.h
include/vlc_symbols.h
src/input/meta.c
src/input/subtitles.c
src/playlist/control.c
src/playlist/engine.c
src/playlist/playlist_internal.h
src/playlist/thread.c