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
1fce3cc9
Commit
1fce3cc9
authored
Jan 21, 2002
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops, lucky to catch this one (deleted function name s24_to_s16_pcm accidently)
parent
18597150
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugins/mad/mad_libmad.c
plugins/mad/mad_libmad.c
+1
-1
No files found.
plugins/mad/mad_libmad.c
View file @
1fce3cc9
...
...
@@ -266,7 +266,7 @@ static __inline__ signed int audio_linear_dither(unsigned int bits, mad_fixed_t
/*****************************************************************************
* s24_to_s16_pcm: Scale a 24 bit pcm sample to a 16 bit pcm sample.
*****************************************************************************/
static
__inline__
mad_fixed_t
(
mad_fixed_t
sample
)
static
__inline__
mad_fixed_t
s24_to_s16_pcm
(
mad_fixed_t
sample
)
{
/* round */
sample
+=
(
1L
<<
(
MAD_F_FRACBITS
-
16
));
...
...
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