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
src_buffer: ifdef->if CONFIG_*
Reviewed-by: Stefano Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer
13 years ago
parent
eae77f4631
commit
1ca37e79d0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/src_buffer.c
+ 1
- 1
libavfilter/src_buffer.c
View File
@@ -652,7 +652,7 @@ AVFilter avfilter_vsrc_buffer = {
{ .name = NULL}},
};
#if
def
CONFIG_ABUFFER_FILTER
#if CONFIG_ABUFFER_FILTER
AVFilter avfilter_asrc_abuffer = {
.name = "abuffer",
Write
Preview
Loading…
Cancel
Save