Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
9098f0ec
Commit
9098f0ec
authored
Jul 09, 2014
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ffmpeg: remove common factors from copied timebase
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
8e7c8325
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ffmpeg.c
ffmpeg.c
+2
-1
No files found.
ffmpeg.c
View file @
9098f0ec
...
...
@@ -2879,7 +2879,8 @@ static int transcode_init(void)
}
ost
->
st
->
codec
->
codec
=
ost
->
enc_ctx
->
codec
;
ost
->
st
->
time_base
=
ost
->
enc_ctx
->
time_base
;
// copy timebase while removing common factors
ost
->
st
->
time_base
=
av_add_q
(
ost
->
enc_ctx
->
time_base
,
(
AVRational
){
0
});
}
/* init input streams */
...
...
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