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
f5da453b
Commit
f5da453b
authored
Mar 09, 2017
by
wm4
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
concatdec: pass AVFormatContext flags to sub demuxer
parent
fcfc78cb
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
129 additions
and
64 deletions
+129
-64
concatdec.c
libavformat/concatdec.c
+1
-0
concat-demuxer-simple2-lavf-ts
tests/ref/fate/concat-demuxer-simple2-lavf-ts
+128
-64
No files found.
libavformat/concatdec.c
View file @
f5da453b
...
...
@@ -322,6 +322,7 @@ static int open_file(AVFormatContext *avf, unsigned fileno)
if
(
!
cat
->
avf
)
return
AVERROR
(
ENOMEM
);
cat
->
avf
->
flags
|=
avf
->
flags
;
cat
->
avf
->
interrupt_callback
=
avf
->
interrupt_callback
;
if
((
ret
=
ff_copy_whiteblacklists
(
cat
->
avf
,
avf
))
<
0
)
...
...
tests/ref/fate/concat-demuxer-simple2-lavf-ts
View file @
f5da453b
This diff is collapsed.
Click to expand it.
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