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
14e8d8a7
Commit
14e8d8a7
authored
Dec 19, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
format: fix typo, conversion from S32N to S16N
(cherry picked from commit 1d5cbf26f50d5e5067a5baee2e045a4ca4577fc5)
parent
9a3277e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/audio_filter/converter/format.c
modules/audio_filter/converter/format.c
+1
-1
No files found.
modules/audio_filter/converter/format.c
View file @
14e8d8a7
...
...
@@ -527,7 +527,7 @@ static const struct {
{
VLC_CODEC_S32N
,
VLC_CODEC_FL32
,
S32toFl32
},
{
VLC_CODEC_S24N
,
VLC_CODEC_S16N
,
S24toS16
},
{
VLC_CODEC_S32N
,
VLC_CODEC_S
32
N
,
S32toS16
},
{
VLC_CODEC_S32N
,
VLC_CODEC_S
16
N
,
S32toS16
},
{
VLC_CODEC_FL32
,
VLC_CODEC_S16N
,
Fl32toS16
},
{
VLC_CODEC_S16N
,
VLC_CODEC_S8
,
S16toS8
},
...
...
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