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
33922127
Commit
33922127
authored
Jul 30, 2011
by
Kaarlo Raiha
Committed by
Rémi Denis-Courmont
Jul 30, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change allways to always
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
ca86f8e1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
include/vlc_fourcc.h
include/vlc_fourcc.h
+1
-1
modules/video_filter/atmo/AtmoDynData.h
modules/video_filter/atmo/AtmoDynData.h
+1
-1
modules/video_filter/atmo/atmo.cpp
modules/video_filter/atmo/atmo.cpp
+1
-1
No files found.
include/vlc_fourcc.h
View file @
33922127
...
...
@@ -374,7 +374,7 @@
* It returns the codec associated to a fourcc within a ES category.
*
* If not found, it will return the given fourcc.
* If found, it will al
l
ways be one of the VLC_CODEC_ defined above.
* If found, it will always be one of the VLC_CODEC_ defined above.
*
* You may use UNKNOWN_ES for the ES category if you don't have the information.
*/
...
...
modules/video_filter/atmo/AtmoDynData.h
View file @
33922127
...
...
@@ -37,7 +37,7 @@ class CAtmoInput;
you ask? why I didn't used a struct for it? ..mmh I like classes?
Al
l
ways stop the current effect Thread before changing AtmoConnection or
Always stop the current effect Thread before changing AtmoConnection or
AtmoConfig!
*/
class
CAtmoDynData
...
...
modules/video_filter/atmo/atmo.cpp
View file @
33922127
...
...
@@ -229,7 +229,7 @@ static const char *const ppsz_device_type_descriptions[] = {
#define ZONE_BOTTOM_TEXT N_("Number of zones on bottom")
#define ZONE_BOTTOM_LONGTEXT N_("Number of zones on the bottom of the screen")
#define ZONE_LR_TEXT N_("Zones on left / right side")
#define ZONE_LR_LONGTEXT N_("left and right side having al
l
ways the " \
#define ZONE_LR_LONGTEXT N_("left and right side having always the " \
"same number of zones")
#define ZONE_SUMMARY_TEXT N_("Calculate a average zone")
#define ZONE_SUMMARY_LONGTEXT N_("it contains the average of all pixels " \
...
...
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