This website works better with JavaScript.
Home
Explore
Help
Sign In
shenmc
/
bitstream
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
* examples/dvb_print_si.c: Make standard output line-buffered.
master
Christophe Massiot
14 years ago
parent
4a47068520
commit
81d595078f
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
examples/dvb_print_si.c
+ 2
- 0
examples/dvb_print_si.c
View File
@ -592,6 +592,8 @@ int main(int i_argc, char **ppsz_argv)
usage
(
ppsz_argv
[
0
]
)
;
}
setvbuf
(
stdout
,
NULL
,
_IOLBF
,
0
)
;
memset
(
p_pids
,
0
,
sizeof
(
p_pids
)
)
;
for
(
i
=
0
;
i
<
8192
;
i
+
+
)
{
Write
Preview
Loading…
Cancel
Save