Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
e133e074
Commit
e133e074
authored
Dec 03, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./src/libvlc.h: fixed an aspect ratio bug, we should default to the
stream's aspect, not to square pixels.
parent
99bf84ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/libvlc.h
src/libvlc.h
+2
-2
No files found.
src/libvlc.h
View file @
e133e074
...
...
@@ -2,7 +2,7 @@
* libvlc.h: main libvlc header
*****************************************************************************
* Copyright (C) 1998-2002 VideoLAN
* $Id: libvlc.h,v 1.2
3
2002/1
1/29 23:08:34 ipkiss
Exp $
* $Id: libvlc.h,v 1.2
4
2002/1
2/03 12:59:21 sam
Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -411,7 +411,7 @@ vlc_module_begin();
add_integer
(
"spumargin"
,
-
1
,
NULL
,
SPUMARGIN_TEXT
,
SPUMARGIN_LONGTEXT
);
add_module
(
"filter"
,
"video filter"
,
NULL
,
NULL
,
FILTER_TEXT
,
FILTER_LONGTEXT
);
add_string
(
"aspect-ratio"
,
"
1
"
,
NULL
,
add_string
(
"aspect-ratio"
,
""
,
NULL
,
ASPECT_RATIO_TEXT
,
ASPECT_RATIO_TEXT
);
#if 0
add_string( "pixel-ratio", "1", NULL, PIXEL_RATIO_TEXT, PIXEL_RATIO_TEXT );
...
...
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