Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
cf4fe30a
Commit
cf4fe30a
authored
Sep 12, 2006
by
Rémi Denis-Courmont
Browse files
More
parent
8ce6877d
Changes
6
Hide whitespace changes
Inline
Side-by-side
modules/access_filter/record.c
View file @
cf4fe30a
...
...
@@ -24,9 +24,12 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include
<stdlib.h>
#include
<vlc/vlc.h>
#include
<stdio.h>
#include
<stdlib.h>
#include
<vlc/input.h>
#include
<vlc/vout.h>
...
...
modules/access_filter/timeshift.c
View file @
cf4fe30a
...
...
@@ -25,11 +25,13 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include
<vlc/vlc.h>
#include
<stdio.h>
#include
<stdlib.h>
#include
<errno.h>
#include
<vlc/vlc.h>
#include
<vlc/input.h>
#include
"charset.h"
...
...
modules/audio_filter/converter/a52tospdif.c
View file @
cf4fe30a
...
...
@@ -25,11 +25,11 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include
<stdlib.h>
/* malloc(), free() */
#include
<string.h>
#include
<vlc/vlc.h>
#include
<stdlib.h>
/* malloc(), free() */
#include
<string.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
...
...
modules/audio_filter/converter/dtstospdif.c
View file @
cf4fe30a
...
...
@@ -24,10 +24,10 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include
<vlc/vlc.h>
#include
<stdlib.h>
/* malloc(), free() */
#include
<string.h>
#include
<vlc/vlc.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
...
...
modules/audio_filter/converter/s16tofloat32swab.c
View file @
cf4fe30a
...
...
@@ -26,11 +26,10 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include
<vlc/vlc.h>
#include
<stdlib.h>
/* malloc(), free() */
#include
<string.h>
#include
<vlc/vlc.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
...
...
modules/audio_output/alsa.c
View file @
cf4fe30a
...
...
@@ -27,12 +27,12 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include
<vlc/vlc.h>
#include
<stdio.h>
#include
<errno.h>
/* ENOMEM */
#include
<string.h>
/* strerror() */
#include
<stdlib.h>
/* calloc(), malloc(), free() */
#include
<vlc/vlc.h>
#include
<vlc/aout.h>
#include
<vlc_interaction.h>
...
...
Write
Preview
Supports
Markdown
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