You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 22:24:04 +02:00
Break over-80-chars-long line.
Originally committed as revision 20320 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user