mirror of https://git.ffmpeg.org/ffmpeg.git
vf_fieldorder: cosmetics, remove an extra linebreak
This commit is contained in:
parent
c0279956b3
commit
9bbf6c681a
|
@ -35,8 +35,7 @@
|
|||
#include "internal.h"
|
||||
#include "video.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
typedef struct {
|
||||
const AVClass *class;
|
||||
int dst_tff; ///< output bff/tff
|
||||
int line_size[4]; ///< bytes of pixel data per line for each plane
|
||||
|
|
Loading…
Reference in New Issue