Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
3337f1c2
Commit
3337f1c2
authored
Mar 30, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
name fix.
parent
d5b96496
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
modules/gui/qt4/components/extended_panels.cpp
modules/gui/qt4/components/extended_panels.cpp
+2
-2
modules/gui/qt4/ui/video_effects.ui
modules/gui/qt4/ui/video_effects.ui
+2
-2
No files found.
modules/gui/qt4/components/extended_panels.cpp
View file @
3337f1c2
...
...
@@ -186,8 +186,8 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QTabWidget *_parent ) :
SETUP_VFILTER_OPTION
(
wallColsSpin
,
valueChanged
(
int
)
)
SETUP_VFILTER
(
panoramix
)
SETUP_VFILTER_OPTION
(
panorRowsSpin
,
valueChanged
(
int
)
)
SETUP_VFILTER_OPTION
(
panorColsSpin
,
valueChanged
(
int
)
)
SETUP_VFILTER_OPTION
(
panor
amix
RowsSpin
,
valueChanged
(
int
)
)
SETUP_VFILTER_OPTION
(
panor
amix
ColsSpin
,
valueChanged
(
int
)
)
SETUP_VFILTER
(
erase
)
...
...
modules/gui/qt4/ui/video_effects.ui
View file @
3337f1c2
...
...
@@ -666,7 +666,7 @@
</widget>
</item>
<item row="0" column="1" >
<widget class="QSpinBox" name="panorRowsSpin" >
<widget class="QSpinBox" name="panor
amix
RowsSpin" >
<property name="minimum" >
<number>1</number>
</property>
...
...
@@ -683,7 +683,7 @@
</widget>
</item>
<item row="1" column="1" >
<widget class="QSpinBox" name="panorColsSpin" >
<widget class="QSpinBox" name="panor
amix
ColsSpin" >
<property name="minimum" >
<number>1</number>
</property>
...
...
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