Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
465
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
36a478c6
Commit
36a478c6
authored
16 years ago
by
Christophe Mutricy
Browse files
Options
Downloads
Patches
Plain Diff
Provide at least a short text and don't translate ""
It's a special case and print the metadata of the l10n
parent
9be75cd6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/audio_filter/spatializer/spatializer.cpp
+6
-6
6 additions, 6 deletions
modules/audio_filter/spatializer/spatializer.cpp
with
6 additions
and
6 deletions
modules/audio_filter/spatializer/spatializer.cpp
+
6
−
6
View file @
36a478c6
...
...
@@ -52,14 +52,14 @@ static void Close( vlc_object_t * );
#define WIDTH_TEXT N_("Room width")
#define WIDTH_LONGTEXT N_("Width of the virtual room")
#define WET_TEXT
""
#define WET_LONGTEXT
""
#define WET_TEXT
N_("Wet")
#define WET_LONGTEXT
NULL
#define DRY_TEXT
""
#define DRY_LONGTEXT
""
#define DRY_TEXT
N_("Dry")
#define DRY_LONGTEXT
NULL
#define DAMP_TEXT
""
#define DAMP_LONGTEXT
""
#define DAMP_TEXT
N_("Damp")
#define DAMP_LONGTEXT
NULL
vlc_module_begin
()
set_description
(
N_
(
"Audio Spatializer"
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment