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
e56a6361
Commit
e56a6361
authored
Nov 08, 2004
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* put scale setting under bitrate
parent
9a897274
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
modules/gui/wxwindows/streamout.cpp
modules/gui/wxwindows/streamout.cpp
+7
-4
No files found.
modules/gui/wxwindows/streamout.cpp
View file @
e56a6361
...
@@ -706,6 +706,7 @@ wxPanel *SoutDialog::TranscodingPanel( wxWindow* parent )
...
@@ -706,6 +706,7 @@ wxPanel *SoutDialog::TranscodingPanel( wxWindow* parent )
};
};
wxFlexGridSizer
*
video_sizer
=
new
wxFlexGridSizer
(
6
,
1
,
20
);
wxFlexGridSizer
*
video_sizer
=
new
wxFlexGridSizer
(
6
,
1
,
20
);
wxFlexGridSizer
*
video_sub_sizer
=
new
wxFlexGridSizer
(
2
,
5
,
20
);
video_transc_checkbox
=
video_transc_checkbox
=
new
wxCheckBox
(
panel
,
VideoTranscEnable_Event
,
wxU
(
_
(
"Video codec"
)));
new
wxCheckBox
(
panel
,
VideoTranscEnable_Event
,
wxU
(
_
(
"Video codec"
)));
video_codec_combo
=
video_codec_combo
=
...
@@ -730,14 +731,16 @@ wxPanel *SoutDialog::TranscodingPanel( wxWindow* parent )
...
@@ -730,14 +731,16 @@ wxPanel *SoutDialog::TranscodingPanel( wxWindow* parent )
wxALIGN_RIGHT
|
wxALIGN_CENTER_VERTICAL
);
wxALIGN_RIGHT
|
wxALIGN_CENTER_VERTICAL
);
video_sizer
->
Add
(
video_codec_combo
,
1
,
video_sizer
->
Add
(
video_codec_combo
,
1
,
wxEXPAND
|
wxALIGN_RIGHT
|
wxALIGN_CENTER_VERTICAL
);
wxEXPAND
|
wxALIGN_RIGHT
|
wxALIGN_CENTER_VERTICAL
);
video_sizer
->
Add
(
bitrate_label
,
0
,
video_s
ub_s
izer
->
Add
(
bitrate_label
,
0
,
wxALIGN_RIGHT
|
wxALIGN_CENTER_VERTICAL
);
wxALIGN_RIGHT
|
wxALIGN_CENTER_VERTICAL
);
video_sizer
->
Add
(
video_bitrate_combo
,
1
,
video_s
ub_s
izer
->
Add
(
video_bitrate_combo
,
1
,
wxEXPAND
|
wxALIGN_RIGHT
|
wxALIGN_CENTER_VERTICAL
);
wxEXPAND
|
wxALIGN_RIGHT
|
wxALIGN_CENTER_VERTICAL
);
video_sizer
->
Add
(
scale_label
,
0
,
video_s
ub_s
izer
->
Add
(
scale_label
,
0
,
wxALIGN_RIGHT
|
wxALIGN_CENTER_VERTICAL
);
wxALIGN_RIGHT
|
wxALIGN_CENTER_VERTICAL
);
video_sizer
->
Add
(
video_scale_combo
,
1
,
video_s
ub_s
izer
->
Add
(
video_scale_combo
,
1
,
wxEXPAND
|
wxALIGN_RIGHT
|
wxALIGN_CENTER_VERTICAL
);
wxEXPAND
|
wxALIGN_RIGHT
|
wxALIGN_CENTER_VERTICAL
);
video_sizer
->
Add
(
video_sub_sizer
,
1
,
wxEXPAND
|
wxALIGN_LEFT
|
wxALIGN_CENTER_VERTICAL
);
/* Create audio transcoding checkox */
/* Create audio transcoding checkox */
static
const
wxString
wxacodecs_array
[]
=
static
const
wxString
wxacodecs_array
[]
=
...
...
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