[FFmpeg-cvslog] allfilters: fix type of avfilter_vsrc_buffer.

Anton Khirnov git at videolan.org
Sat Dec 24 01:00:29 CET 2011


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Thu Dec 22 17:32:29 2011 +0100| [82d05e78a60d5b2b3ecfaa3aa232df518c351274] | committer: Anton Khirnov

allfilters: fix type of avfilter_vsrc_buffer.

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

 libavfilter/allfilters.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index a6f1731..ba66941 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -91,7 +91,7 @@ void avfilter_register_all(void)
 
     /* vsrc_buffer is a part of public API => registered unconditionally */
     {
-        extern avfilter_vsrc_buffer;
+        extern AVFilter avfilter_vsrc_buffer;
         avfilter_register(&avfilter_vsrc_buffer);
     }
 }



More information about the ffmpeg-cvslog mailing list