[FFmpeg-cvslog] doc/examples: use buffersrc.h instead of deprecated asrc_abuffer.h.

Clément Bœsch git at videolan.org
Sat May 12 19:59:11 CEST 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Wed May  9 23:47:08 2012 +0200| [55e5f105d3174fdb60e25c0342d5b55353c38ae1] | committer: Clément Bœsch

doc/examples: use buffersrc.h instead of deprecated asrc_abuffer.h.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=55e5f105d3174fdb60e25c0342d5b55353c38ae1
---

 doc/examples/filtering_audio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/examples/filtering_audio.c b/doc/examples/filtering_audio.c
index 5fa3f9b..e8e6259 100644
--- a/doc/examples/filtering_audio.c
+++ b/doc/examples/filtering_audio.c
@@ -31,10 +31,10 @@
 
 #include <libavcodec/avcodec.h>
 #include <libavformat/avformat.h>
-#include <libavfilter/asrc_abuffer.h>
 #include <libavfilter/avfiltergraph.h>
 #include <libavfilter/avcodec.h>
 #include <libavfilter/buffersink.h>
+#include <libavfilter/buffersrc.h>
 
 const char *filter_descr = "aresample=8000,aconvert=s16:mono";
 const char *player       = "ffplay -f s16le -ar 8000 -ac 1 -";



More information about the ffmpeg-cvslog mailing list