Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
ffworker
Commits
5e784411
Commit
5e784411
authored
Nov 26, 2017
by
Julian Rother
Browse files
transcode: Fix input stream check
parent
c8b2c61b
Changes
1
Hide whitespace changes
Inline
Side-by-side
transcode.c
View file @
5e784411
...
...
@@ -318,7 +318,7 @@ int main(int argc, char *argv[])
/* Flush */
for
(
i
=
0
;
i
<
demux
->
nb_streams
;
i
++
)
{
if
(
decs
[
i
])
if
(
!
decs
[
i
]
||
!
srcs
[
i
]
)
continue
;
filtergraph_send
(
srcs
[
i
],
decs
[
i
],
0
);
!
av_buffersrc_add_frame
(
srcs
[
i
],
0
);
...
...
Write
Preview
Supports
Markdown
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