Commit a75daa22 authored by stefano's avatar stefano

Break over-80-chars-long line.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20320 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ffa909d3
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
#include "avfilter.h" #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); return avfilter_get_video_buffer(link->dst->outputs[0], perms, w, h);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment