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
c37b0954
Commit
c37b0954
authored
Jul 31, 2011
by
Kaarlo Raiha
Committed by
Jean-Baptiste Kempf
Aug 01, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change synthetizer to synthesizer
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
961726d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
modules/codec/fluidsynth.c
modules/codec/fluidsynth.c
+2
-2
modules/demux/smf.c
modules/demux/smf.c
+1
-1
No files found.
modules/codec/fluidsynth.c
View file @
c37b0954
/*****************************************************************************
* fluidsynth.c: Software MIDI synthe
t
izer using libfluidsynth
* fluidsynth.c: Software MIDI synthe
s
izer using libfluidsynth
*****************************************************************************
* Copyright © 2007 Rémi Denis-Courmont
* $Id$
...
...
@@ -54,7 +54,7 @@ static int Open (vlc_object_t *);
static
void
Close
(
vlc_object_t
*
);
vlc_module_begin
()
set_description
(
N_
(
"FluidSynth MIDI synthe
t
izer"
))
set_description
(
N_
(
"FluidSynth MIDI synthe
s
izer"
))
set_capability
(
"decoder"
,
100
)
set_shortname
(
N_
(
"FluidSynth"
))
set_category
(
CAT_INPUT
)
...
...
modules/demux/smf.c
View file @
c37b0954
...
...
@@ -558,7 +558,7 @@ skip:
}
/*****************************************************************************
* Demux: read chunks and send them to the synthe
t
izer
* Demux: read chunks and send them to the synthe
s
izer
*****************************************************************************
* Returns -1 in case of error, 0 in case of EOF, 1 otherwise
*****************************************************************************/
...
...
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