This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
vf_fieldorder: cosmetics, remove an extra linebreak
tags/n2.0
Anton Khirnov
13 years ago
parent
c0279956b3
commit
9bbf6c681a
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save