mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 19:49:56 +00:00
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
Block a user