Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
8910cf8d
Commit
8910cf8d
authored
Aug 12, 2014
by
James Zern
Committed by
Gerrit Code Review
Aug 12, 2014
Browse files
Merge "Fix a run-time integer overflow"
parents
94fbfb9f
3011c53d
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/vp9_cx_iface.c
View file @
8910cf8d
...
...
@@ -808,7 +808,7 @@ static int write_superframe_index(vpx_codec_alg_priv_t *ctx) {
}
// vp9 uses 10,000,000 ticks/second as time stamp
#define TICKS_PER_SEC 10000000
#define TICKS_PER_SEC 10000000
LL
static
int64_t
timebase_units_to_ticks
(
const
vpx_rational_t
*
timebase
,
int64_t
n
)
{
...
...
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