Browse Source

vf_fieldorder: cosmetics, remove an extra linebreak

tags/n2.0
Anton Khirnov 13 years ago
parent
commit
9bbf6c681a
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      libavfilter/vf_fieldorder.c

+ 1
- 2
libavfilter/vf_fieldorder.c View File

@@ -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…
Cancel
Save