Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
7ea19fd2
Commit
7ea19fd2
authored
Jan 02, 2006
by
Felix Paul Kühne
Browse files
* fixed preferences
parent
2bdea742
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_output/image.c
View file @
7ea19fd2
...
...
@@ -68,8 +68,6 @@ vlc_module_begin( );
add_string
(
"image-out-format"
,
"png"
,
NULL
,
FORMAT_TEXT
,
FORMAT_LONGTEXT
,
VLC_FALSE
);
add_string
(
"image-out-format"
,
"jpeg"
,
NULL
,
FORMAT_TEXT
,
FORMAT_LONGTEXT
,
VLC_FALSE
);
change_string_list
(
psz_format_list
,
psz_format_list_text
,
0
);
add_integer
(
"image-out-ratio"
,
3
,
NULL
,
RATIO_TEXT
,
RATIO_LONGTEXT
,
VLC_FALSE
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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