This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avfilter/f_streamselect: check if map is available
Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.1
Paul B Mahol
10 years ago
parent
ea1f47757b
commit
c4ed213675
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/f_streamselect.c
+ 1
- 1
libavfilter/f_streamselect.c
View File
@@ -267,7 +267,7 @@ static av_cold int init(AVFilterContext *ctx)
if (!strcmp(ctx->filter->name, "astreamselect"))
s->is_audio = 1;
for (;;) {
for (;
map
;) {
char *p;
strtol(map, &p, 0);
Write
Preview
Loading…
Cancel
Save