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/af_atempo: add support for unknown channel layouts
Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Marton Balint <cus@passwd.hu>
tags/n3.3
Marton Balint
9 years ago
parent
7ceb9e6b11
commit
bffc2bcd75
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/af_atempo.c
+ 1
- 1
libavfilter/af_atempo.c
View File
@@ -1014,7 +1014,7 @@ static int query_formats(AVFilterContext *ctx)
};
int ret;
layouts = ff_all_channel_
layou
ts();
layouts = ff_all_channel_
coun
ts();
if (!layouts) {
return AVERROR(ENOMEM);
}
Write
Preview
Loading…
Cancel
Save