[FFmpeg-cvslog] r23637 - trunk/libavfilter/vsrc_buffer.h
michael
subversion
Thu Jun 17 12:13:12 CEST 2010
Author: michael
Date: Thu Jun 17 12:13:11 2010
New Revision: 23637
Log:
add #include so make checkheaders passes
Modified:
trunk/libavfilter/vsrc_buffer.h
Modified: trunk/libavfilter/vsrc_buffer.h
==============================================================================
--- trunk/libavfilter/vsrc_buffer.h Thu Jun 17 11:39:42 2010 (r23636)
+++ trunk/libavfilter/vsrc_buffer.h Thu Jun 17 12:13:11 2010 (r23637)
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "avfilter.h"
+
int av_vsrc_buffer_add_frame(AVFilterContext *buffer_filter, AVFrame *frame,
int64_t pts, AVRational pixel_aspect);
More information about the ffmpeg-cvslog
mailing list