Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
00724b73
Commit
00724b73
authored
Aug 21, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./include/vlc_common.h: declared aout_fifo_t.
parent
a2c67408
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
include/aout_internal.h
include/aout_internal.h
+3
-3
include/vlc_common.h
include/vlc_common.h
+2
-1
No files found.
include/aout_internal.h
View file @
00724b73
...
...
@@ -2,7 +2,7 @@
* aout_internal.h : internal defines for audio output
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: aout_internal.h,v 1.
9 2002/08/21 23:17:41
sam Exp $
* $Id: aout_internal.h,v 1.
10 2002/08/21 23:19:58
sam Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
@@ -80,12 +80,12 @@ typedef struct aout_alloc_t
/*****************************************************************************
* aout_fifo_t : audio output buffer FIFO
*****************************************************************************/
typedef
struct
aout_fifo_t
struct
aout_fifo_t
{
aout_buffer_t
*
p_first
;
aout_buffer_t
**
pp_last
;
audio_date_t
end_date
;
}
aout_fifo_t
;
};
/*****************************************************************************
* aout_filter_t : audio output filter
...
...
include/vlc_common.h
View file @
00724b73
...
...
@@ -3,7 +3,7 @@
* Collection of useful common types and macros definitions
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id: vlc_common.h,v 1.2
2 2002/08/21 22:41:59 massiot
Exp $
* $Id: vlc_common.h,v 1.2
3 2002/08/21 23:19:58 sam
Exp $
*
* Authors: Samuel Hocevar <sam@via.ecp.fr>
* Vincent Seguin <seguin@via.ecp.fr>
...
...
@@ -175,6 +175,7 @@ typedef struct stream_sys_t stream_sys_t;
/* Audio */
typedef
struct
aout_instance_t
aout_instance_t
;
typedef
struct
aout_sys_t
aout_sys_t
;
typedef
struct
aout_fifo_t
aout_fifo_t
;
typedef
struct
aout_input_t
aout_input_t
;
typedef
struct
aout_buffer_t
aout_buffer_t
;
typedef
struct
audio_sample_format_t
audio_sample_format_t
;
...
...
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