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
72c90b24
Commit
72c90b24
authored
Feb 01, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
French -> English
parent
ac8b1efa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
modules/LIST
modules/LIST
+2
-2
modules/gui/wince/preferences_widgets.h
modules/gui/wince/preferences_widgets.h
+3
-2
No files found.
modules/LIST
View file @
72c90b24
...
...
@@ -306,7 +306,7 @@ $Id$
* mpgatofixed32: MPEG-1 & 2 audio layer I,II,III audio decoder using MAD
* mpgv: MPEG-I/II Vido demuxer
* mpgv: MPEG-I/II Vid
e
o demuxer
* mux_asf: ASF muxer
...
...
@@ -485,7 +485,7 @@ $Id$
* time: Overlays the current time
* transform: filter for horizontal and vertical image flips and
90 rotations.
90
°
rotations.
* tremor: a vorbis audio decoder using the libvorbisidec (aka tremor) library.
...
...
modules/gui/wince/preferences_widgets.h
View file @
72c90b24
...
...
@@ -30,8 +30,9 @@ public:
virtual
int
GetIntValue
()
{
return
0
;}
virtual
float
GetFloatValue
()
{
return
0
;}
virtual
char
*
GetPszValue
()
{
return
GetName
();}
// faux retourne nom associ parent
// mettre dans constructeur et dans private le nom du panel associ HWND
virtual
char
*
GetPszValue
()
{
return
GetName
();}
// FIXME returns name corresponding to parent
// put the panel name corresponding to HWND into the constructor and make it private
char
*
GetName
();
int
GetType
();
...
...
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