Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
d1cd2a9c
Commit
d1cd2a9c
authored
Feb 02, 2000
by
Michel Kaempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* audio_output/audio_output.c, interface/intf_ctrl.c :
- suppression de deux warnings � la noix de cajou polym�re ;
parent
3a45b93f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/audio_output/audio_output.c
src/audio_output/audio_output.c
+1
-1
src/interface/intf_ctrl.c
src/interface/intf_ctrl.c
+1
-1
No files found.
src/audio_output/audio_output.c
View file @
d1cd2a9c
...
...
@@ -62,7 +62,7 @@ static __inline__ int NextFrame( aout_thread_t * p_aout, aout_fifo_t * p_fifo, m
aout_thread_t
*
aout_CreateThread
(
int
*
pi_status
)
{
aout_thread_t
*
p_aout
;
/* thread descriptor */
int
i_status
;
/* thread status */
//
int i_status; /* thread status */
/* Allocate descriptor */
p_aout
=
(
aout_thread_t
*
)
malloc
(
sizeof
(
aout_thread_t
)
);
...
...
src/interface/intf_ctrl.c
View file @
d1cd2a9c
...
...
@@ -303,7 +303,7 @@ fprintf( stderr, "maxx debug: blih\n" );
******************************************************************************/
static
int
PlayAudio
(
int
i_argc
,
intf_arg_t
*
p_argv
)
{
char
*
psz_file
;
/* name of the audio raw file (s16) */
char
*
psz_file
=
NULL
;
/* name of the audio raw file (s16) */
int
i_fd
;
/* file descriptor of the audio file that is to be loaded */
aout_fifo_t
fifo
;
/* fifo stores the informations about the file */
struct
stat
stat_buffer
;
/* needed to find out the size of psz_file */
...
...
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