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
support private stream 2 PES
master
Christophe Massiot
11 years ago
parent
d726e6cd65
commit
591edbe928
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
mpeg/pes.h
+ 0
- 3
mpeg/pes.h
View File
@ -71,9 +71,6 @@ static inline void pes_init(uint8_t *p_pes)
p_pes
[
0
]
=
0x0
;
p_pes
[
1
]
=
0x0
;
p_pes
[
2
]
=
0x1
;
p_pes
[
6
]
=
0x80
;
p_pes
[
7
]
=
0x0
;
p_pes
[
8
]
=
0x0
;
}
static
inline
void
pes_set_streamid
(
uint8_t
*
p_pes
,
uint8_t
i_stream_id
)
Write
Preview
Loading…
Cancel
Save