Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
93067a2e
Commit
93067a2e
authored
Feb 25, 2009
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plyalist_export: less includes.
parent
277ae701
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
14 deletions
+5
-14
modules/misc/playlist/html.c
modules/misc/playlist/html.c
+1
-2
modules/misc/playlist/m3u.c
modules/misc/playlist/m3u.c
+2
-5
modules/misc/playlist/old.c
modules/misc/playlist/old.c
+1
-3
modules/misc/playlist/xspf.c
modules/misc/playlist/xspf.c
+1
-4
No files found.
modules/misc/playlist/html.c
View file @
93067a2e
/*****************************************************************************
/*****************************************************************************
* html.c : HTML playlist export module
* html.c : HTML playlist export module
*****************************************************************************
*****************************************************************************
* Copyright (C) 2008 the VideoLAN team
* Copyright (C) 2008
-2009
the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Rémi Duraffort <ivoire@videolan.org>
* Authors: Rémi Duraffort <ivoire@videolan.org>
...
@@ -28,7 +28,6 @@
...
@@ -28,7 +28,6 @@
#include <vlc_common.h>
#include <vlc_common.h>
#include <vlc_playlist.h>
#include <vlc_playlist.h>
#include <vlc_input.h>
#include <vlc_input.h>
#include <vlc_meta.h>
#include <vlc_strings.h>
#include <vlc_strings.h>
#include <assert.h>
#include <assert.h>
...
...
modules/misc/playlist/m3u.c
View file @
93067a2e
/*****************************************************************************
/*****************************************************************************
* m3u.c :
M3U playlist export module
* m3u.c : M3U playlist export module
*****************************************************************************
*****************************************************************************
* Copyright (C) 2004 the VideoLAN team
* Copyright (C) 2004
-2009
the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Clément Stenac <zorglub@videolan.org>
* Authors: Clément Stenac <zorglub@videolan.org>
...
@@ -30,13 +30,10 @@
...
@@ -30,13 +30,10 @@
#endif
#endif
#include <vlc_common.h>
#include <vlc_common.h>
#include <vlc_interface.h>
#include <vlc_playlist.h>
#include <vlc_playlist.h>
#include <vlc_input.h>
#include <vlc_input.h>
#include <vlc_meta.h>
#include <vlc_meta.h>
#include <errno.h>
/* ENOMEM */
#include <assert.h>
#include <assert.h>
/*****************************************************************************
/*****************************************************************************
...
...
modules/misc/playlist/old.c
View file @
93067a2e
/*****************************************************************************
/*****************************************************************************
* old.c : Old playlist format import/export
* old.c : Old playlist format import/export
*****************************************************************************
*****************************************************************************
* Copyright (C) 2004 the VideoLAN team
* Copyright (C) 2004
-2009
the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Clément Stenac <zorglub@videolan.org>
* Authors: Clément Stenac <zorglub@videolan.org>
...
@@ -30,12 +30,10 @@
...
@@ -30,12 +30,10 @@
#endif
#endif
#include <vlc_common.h>
#include <vlc_common.h>
#include <vlc_interface.h>
#include <vlc_playlist.h>
#include <vlc_playlist.h>
#include <vlc_input.h>
#include <vlc_input.h>
#include <vlc_charset.h>
#include <vlc_charset.h>
#include <errno.h>
/* ENOMEM */
#define PLAYLIST_FILE_HEADER "# vlc playlist file version 0.5"
#define PLAYLIST_FILE_HEADER "# vlc playlist file version 0.5"
...
...
modules/misc/playlist/xspf.c
View file @
93067a2e
/******************************************************************************
/******************************************************************************
* xspf.c : XSPF playlist export functions
* xspf.c : XSPF playlist export functions
******************************************************************************
******************************************************************************
* Copyright (C) 2006 the VideoLAN team
* Copyright (C) 2006
-2009
the VideoLAN team
* $Id$
* $Id$
*
*
* Authors: Daniel Stränger <vlc at schmaller dot de>
* Authors: Daniel Stränger <vlc at schmaller dot de>
...
@@ -31,12 +31,9 @@
...
@@ -31,12 +31,9 @@
#endif
#endif
#include <vlc_common.h>
#include <vlc_common.h>
#include <vlc_interface.h>
#include <vlc_playlist.h>
#include <vlc_playlist.h>
#include <vlc_input.h>
#include <vlc_input.h>
#include <vlc_meta.h>
#include <vlc_strings.h>
#include <vlc_strings.h>
#include <vlc_url.h>
#include <vlc_charset.h>
#include <vlc_charset.h>
#include "xspf.h"
#include "xspf.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment