Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
3e6dbf43
Commit
3e6dbf43
authored
Nov 30, 2009
by
Rémi Denis-Courmont
Browse files
Kill a few relocations
parent
9fffa028
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/sout/profiles.hpp
View file @
3e6dbf43
#define NB_PROFILE \
(sizeof(video_profile_value_list)/sizeof(video_profile_value_list[0]))
static
const
char
*
const
video_profile_name_list
[]
=
{
static
const
char
video_profile_name_list
[]
[
32
]
=
{
"Video - H.264 + AAC (TS)"
,
"Video - Dirac + AAC (TS)"
,
"Video - Theora + Vorbis (OGG)"
,
...
...
@@ -16,7 +16,7 @@ static const char *const video_profile_name_list[] = {
"Audio - FLAC"
,
};
static
const
char
*
const
video_profile_value_list
[]
=
{
static
const
char
video_profile_value_list
[]
[
48
]
=
{
/* Container(string), transcode video(bool), transcode audio(bool), */
/* use subtitles(bool), video codec(string), video bitrate(integer), */
/* scale(float), fps(float), width(integer, height(integer), */
...
...
Write
Preview
Supports
Markdown
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