Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
ffmpeg2theora
Commits
8a8a4103
Commit
8a8a4103
authored
Jan 04, 2010
by
Jan Gerber
Browse files
another preset aspect ratio fix
parent
0f91c19c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ffmpeg2theora.c
View file @
8a8a4103
...
...
@@ -673,6 +673,8 @@ void ff2theora_output(ff2theora this) {
this
->
picture_width
=
128
;
this
->
picture_height
=
72
;
}
this
->
frame_aspect
.
num
=
this
->
picture_width
;
this
->
frame_aspect
.
den
=
this
->
picture_height
;
}
else
if
(
this
->
preset
==
V2V_PRESET_VIDEOBIN
)
{
int
width
=
display_width
-
this
->
frame_leftBand
-
this
->
frame_rightBand
;
...
...
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