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
avfilter/vf_readeia608: if parity bit check fails, set correct value
As described in U.S. Federal Register, Volume 56, Number 114, June 13, 1991, pages 27204-27205.
tags/n4.3
Paul B Mahol
5 years ago
parent
5e5bbd21e6
commit
26f4ee37f7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/vf_readeia608.c
+ 1
- 1
libavfilter/vf_readeia608.c
View File
@@ -365,7 +365,7 @@ static void extract_line(AVFilterContext *ctx, AVFilterLink *inlink, AVFrame *in
if (s->chp) {
if (!(parity & 1)) {
byte[ch] = 0;
byte[ch] = 0
x7F
;
}
}
}
Write
Preview
Loading…
Cancel
Save