Commit c0da46c8 authored by Stefano Sabatini's avatar Stefano Sabatini

Break over-80-chars-long line.

Originally committed as revision 20320 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 72017ea1
...@@ -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