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
b986c067
Commit
b986c067
authored
Jun 05, 2010
by
Ilkka Ollakka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qt4: don't scale to 720p on webm profile
Which was wrong way anyway.
parent
16ea0e63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/gui/qt4/components/sout/profiles.hpp
modules/gui/qt4/components/sout/profiles.hpp
+2
-2
No files found.
modules/gui/qt4/components/sout/profiles.hpp
View file @
b986c067
...
...
@@ -3,7 +3,7 @@
static
const
char
video_profile_name_list
[][
35
]
=
{
"Video - H.264 + AAC (MP4)"
,
"Video -
720p
VP80 + Vorbis (Webm)"
,
"Video - VP80 + Vorbis (Webm)"
,
"Video - H.264 + AAC (TS)"
,
"Video - Dirac + AAC (TS)"
,
"Video - Theora + Vorbis (OGG)"
,
...
...
@@ -25,7 +25,7 @@ static const char video_profile_value_list[][53] = {
/* audio codec(string), audio bitrate(integer), channels(integer), */
/* samplerate(integer), subtitle codec(string), subtitle overlay(bool) */
"mp4;1;1;0;h264;0;0;0;0;0;mp4a;128;2;44100;0;1"
,
"webm;1;1;0;VP80;2000;0;0;
72
0;0;vorb;128;2;44100;0;1"
,
"webm;1;1;0;VP80;2000;0;0;0;0;vorb;128;2;44100;0;1"
,
"ts;1;1;0;h264;800;1;0;0;0;mp4a;128;2;44100;0;0"
,
"ts;1;1;0;drac;800;1;0;0;0;mp4a;128;2;44100;0;0"
,
"ogg;1;1;0;theo;800;1;0;0;0;vorb;128;2;44100;0;0"
,
...
...
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