mirror of https://git.ffmpeg.org/ffmpeg.git
Break over-80-chars-long line.
Originally committed as revision 20320 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
72017ea1dc
commit
c0da46c8e0
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue