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
60b84050
Commit
60b84050
authored
Jan 04, 2010
by
Jan Gerber
Browse files
another preset aspect ratio fix
parent
8a8a4103
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ffmpeg2theora.c
View file @
60b84050
...
...
@@ -706,6 +706,8 @@ void ff2theora_output(ff2theora this) {
this
->
picture_height
=
height
;
}
}
this
->
frame_aspect
.
num
=
this
->
picture_width
;
this
->
frame_aspect
.
den
=
this
->
picture_height
;
}
//so frame_aspect is set on the commandline
...
...
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