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
789d3b98
Commit
789d3b98
authored
Jan 30, 2019
by
Karthick J
Committed by
Nicolas George
Jan 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat/tee : Pass standards compliance value to slave muxers as well
parent
2e2b44ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tee.c
libavformat/tee.c
+1
-0
No files found.
libavformat/tee.c
View file @
789d3b98
...
@@ -236,6 +236,7 @@ static int open_slave(AVFormatContext *avf, char *slave, TeeSlave *tee_slave)
...
@@ -236,6 +236,7 @@ static int open_slave(AVFormatContext *avf, char *slave, TeeSlave *tee_slave)
avf2
->
io_close
=
avf
->
io_close
;
avf2
->
io_close
=
avf
->
io_close
;
avf2
->
interrupt_callback
=
avf
->
interrupt_callback
;
avf2
->
interrupt_callback
=
avf
->
interrupt_callback
;
avf2
->
flags
=
avf
->
flags
;
avf2
->
flags
=
avf
->
flags
;
avf2
->
strict_std_compliance
=
avf
->
strict_std_compliance
;
tee_slave
->
stream_map
=
av_calloc
(
avf
->
nb_streams
,
sizeof
(
*
tee_slave
->
stream_map
));
tee_slave
->
stream_map
=
av_calloc
(
avf
->
nb_streams
,
sizeof
(
*
tee_slave
->
stream_map
));
if
(
!
tee_slave
->
stream_map
)
{
if
(
!
tee_slave
->
stream_map
)
{
...
...
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