[FFmpeg-cvslog] r20320 - trunk/libavfilter/vf_null.c
stefano
subversion
Mon Oct 19 21:22:08 CEST 2009
Author: stefano
Date: Mon Oct 19 21:22:08 2009
New Revision: 20320
Log:
Break over-80-chars-long line.
Modified:
trunk/libavfilter/vf_null.c
Modified: trunk/libavfilter/vf_null.c
==============================================================================
--- trunk/libavfilter/vf_null.c Mon Oct 19 20:55:27 2009 (r20319)
+++ trunk/libavfilter/vf_null.c Mon Oct 19 21:22:08 2009 (r20320)
@@ -23,7 +23,8 @@
#include "avfilter.h"
-static AVFilterPicRef *get_video_buffer(AVFilterLink *link, int perms, int w, int h)
+static AVFilterPicRef *get_video_buffer(AVFilterLink *link, int perms,
+ int w, int h)
{
return avfilter_get_video_buffer(link->dst->outputs[0], perms, w, h);
}
More information about the ffmpeg-cvslog
mailing list