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
735ed346
Commit
735ed346
authored
Mar 07, 2005
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetic cleanup (pointed out by fenrir)
parent
8499b6cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
modules/demux/xa.c
modules/demux/xa.c
+11
-11
No files found.
modules/demux/xa.c
View file @
735ed346
...
...
@@ -63,18 +63,18 @@ struct demux_sys_t
date_t
pts
;
};
typedef
struct
xa_header
typedef
struct
xa_header
_y
{
uint8_t
xa_id
[
4
];
uint32_t
iSize
;
uint8_t
xa_id
[
4
];
uint32_t
iSize
;
uint16_t
wFormatTag
;
uint16_t
nChannels
;
uint32_t
nSamplesPerSec
;
uint32_t
nAvgBytesPerSec
;
uint16_t
nBlockAlign
;
uint16_t
wBitsPerSample
;
}
xa_header
;
uint16_t
wFormatTag
;
uint16_t
nChannels
;
uint32_t
nSamplesPerSec
;
uint32_t
nAvgBytesPerSec
;
uint16_t
nBlockAlign
;
uint16_t
wBitsPerSample
;
}
xa_header
_t
;
/*****************************************************************************
...
...
@@ -84,7 +84,7 @@ static int Open( vlc_object_t * p_this )
{
demux_t
*
p_demux
=
(
demux_t
*
)
p_this
;
demux_sys_t
*
p_sys
;
xa_header
p_xa
;
xa_header
_t
p_xa
;
uint8_t
*
p_buf
;
/* XA file heuristic */
...
...
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