Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
e87ace62
Commit
e87ace62
authored
Jan 27, 2016
by
Derek Buitenhuis
Browse files
Options
Browse Files
Download
Plain Diff
Merge commit '
74864186
'
Merged-by:
Derek Buitenhuis
<
derek.buitenhuis@gmail.com
>
parents
f97d2d21
74864186
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
utils.c
libavcodec/utils.c
+10
-0
No files found.
libavcodec/utils.c
View file @
e87ace62
...
...
@@ -1474,6 +1474,16 @@ FF_ENABLE_DEPRECATION_WARNINGS
if
(
!
avctx
->
rc_initial_buffer_occupancy
)
avctx
->
rc_initial_buffer_occupancy
=
avctx
->
rc_buffer_size
*
3
/
4
;
if
(
avctx
->
ticks_per_frame
&&
avctx
->
ticks_per_frame
>
INT_MAX
/
avctx
->
time_base
.
num
)
{
av_log
(
avctx
,
AV_LOG_ERROR
,
"ticks_per_frame %d too large for the timebase %d/%d."
,
avctx
->
ticks_per_frame
,
avctx
->
time_base
.
num
,
avctx
->
time_base
.
den
);
goto
free_and_end
;
}
}
avctx
->
pts_correction_num_faulty_pts
=
...
...
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