Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
927b5f97
Commit
927b5f97
authored
Jun 25, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spell preferred
(cherry picked from commit
4b85979a
)
parent
80d5159e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
include/vlc_picture.h
include/vlc_picture.h
+1
-1
modules/stream_out/record.c
modules/stream_out/record.c
+1
-1
modules/video_filter/atmo/README.txt
modules/video_filter/atmo/README.txt
+1
-1
modules/video_filter/atmo/atmo.cpp
modules/video_filter/atmo/atmo.cpp
+2
-2
No files found.
include/vlc_picture.h
View file @
927b5f97
...
...
@@ -136,7 +136,7 @@ VLC_EXPORT( picture_t *, picture_New, ( vlc_fourcc_t i_chroma, int i_width, int
/**
* This function will create a new picture using the given format.
*
* When possible, it is prefered to use this function over picture_New
* When possible, it is prefer
r
ed to use this function over picture_New
* as more information about the format is kept.
*/
VLC_EXPORT
(
picture_t
*
,
picture_NewFromFormat
,
(
const
video_format_t
*
p_fmt
)
);
...
...
modules/stream_out/record.c
View file @
927b5f97
...
...
@@ -374,7 +374,7 @@ static void OutputStart( sout_stream_t *p_stream )
const
char
*
psz_muxer
=
NULL
;
const
char
*
psz_extension
=
NULL
;
/* Look for prefered muxer
/* Look for prefer
r
ed muxer
* TODO we could insert transcode in a few cases like
* s16l <-> s16b
*/
...
...
modules/video_filter/atmo/README.txt
View file @
927b5f97
...
...
@@ -200,7 +200,7 @@ AtmoLight Channel 4: gets zone 0 (top)
Also the settings for Gradient images change for the new devices, its no longer
sufficient to speficy only 5 image name - because the number of zones is no longer
fixed to five.
So its prefered to set a path ("Gradient Bitmap searchpath"), where files
So its prefer
r
ed to set a path ("Gradient Bitmap searchpath"), where files
like "zone_0.bmp" "zone_1.bmp" etc. exists. (with the same rules as defined for
the old zone bitmaps.)
--> I think in most cases its no longer required to use this option,
...
...
modules/video_filter/atmo/atmo.cpp
View file @
927b5f97
...
...
@@ -133,7 +133,7 @@ strings for settings menus and hints
"in live action.")
#define DRIVER_TEXT N_("Device type")
#define DRIVER_LONGTEXT N_("Choose your prefered hardware from " \
#define DRIVER_LONGTEXT N_("Choose your prefer
r
ed hardware from " \
"the list, or choose AtmoWin Software " \
"to delegate processing to the external " \
"process - with more options")
...
...
@@ -346,7 +346,7 @@ static const char *const ppsz_zone_assignment_descriptions[] = {
"pixels, containing a grayscale gradient")
#define GRADIENT_PATH_TEXT N_("Gradient bitmap searchpath")
#define GRADIENT_PATH_LONGTEXT N_("Now prefered option to assign gradient "\
#define GRADIENT_PATH_LONGTEXT N_("Now prefer
r
ed option to assign gradient "\
"bitmaps, put them as zone_0.bmp, zone_1.bmp etc. into one folder and "\
"set the foldername here")
...
...
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