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
a3ffd588
Commit
a3ffd588
authored
Feb 13, 2002
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* compilation fix (include stdint.h) * fixed a SEGV
parent
3f421de7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
plugins/a52/a52.c
plugins/a52/a52.c
+3
-1
No files found.
plugins/a52/a52.c
View file @
a3ffd588
...
...
@@ -4,7 +4,7 @@
* (http://liba52.sf.net/).
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: a52.c,v 1.
1 2002/02/06 20:44:22
gbazin Exp $
* $Id: a52.c,v 1.
2 2002/02/13 21:54:44
gbazin Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
...
...
@@ -28,6 +28,7 @@
*****************************************************************************/
#include <stdlib.h>
/* malloc(), free() */
#include <string.h>
/* strdup() */
#include <stdint.h>
#include <videolan/vlc.h>
...
...
@@ -119,6 +120,7 @@ static int decoder_Run ( decoder_config_t *p_config )
/*
* Initialize the thread properties
*/
p_a52_adec
->
p_aout_fifo
=
NULL
;
p_a52_adec
->
p_config
=
p_config
;
p_a52_adec
->
p_fifo
=
p_a52_adec
->
p_config
->
p_decoder_fifo
;
if
(
InitThread
(
p_a52_adec
)
)
...
...
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