[FFmpeg-cvslog] lavfi: fix references to avfilter_* functions that don't exist anymore.
Clément Bœsch
git at videolan.org
Wed Oct 31 20:50:17 CET 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Wed Oct 31 20:54:53 2012 +0100| [54a48d2f0452deaea4a0cece506b454f29b480ca] | committer: Clément Bœsch
lavfi: fix references to avfilter_* functions that don't exist anymore.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=54a48d2f0452deaea4a0cece506b454f29b480ca
---
libavfilter/avfilter.h | 4 ++--
libavfilter/internal.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 28d4c9d..ccc7f2b 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -292,7 +292,7 @@ struct AVFilterPad {
/**
* Callback function to get a video buffer. If NULL, the filter system will
- * use avfilter_default_get_video_buffer().
+ * use ff_default_get_video_buffer().
*
* Input video pads only.
*/
@@ -300,7 +300,7 @@ struct AVFilterPad {
/**
* Callback function to get an audio buffer. If NULL, the filter system will
- * use avfilter_default_get_audio_buffer().
+ * use ff_default_get_audio_buffer().
*
* Input audio pads only.
*/
diff --git a/libavfilter/internal.h b/libavfilter/internal.h
index 8d03913..03dc63d 100644
--- a/libavfilter/internal.h
+++ b/libavfilter/internal.h
@@ -101,7 +101,7 @@ struct AVFilterPad {
/**
* Callback function to get a video buffer. If NULL, the filter system will
- * use avfilter_default_get_video_buffer().
+ * use ff_default_get_video_buffer().
*
* Input video pads only.
*/
@@ -109,7 +109,7 @@ struct AVFilterPad {
/**
* Callback function to get an audio buffer. If NULL, the filter system will
- * use avfilter_default_get_audio_buffer().
+ * use ff_default_get_audio_buffer().
*
* Input audio pads only.
*/
More information about the ffmpeg-cvslog
mailing list