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
mpeg/pes.h: Add missing includes.
master
Georgi Chorbadzhiyski
13 years ago
parent
9e9df0fcab
commit
84c5f86959
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
mpeg/pes.h
+ 4
- 0
mpeg/pes.h
View File
@ -34,6 +34,10 @@
#
ifndef __BITSTREAM_MPEG_PES_H__
#
define __BITSTREAM_MPEG_PES_H__
#
include
<stdint.h> /* uint8_t, uint16_t, etc... */
#
include
<stdbool.h> /* bool */
#
include
<string.h> /* memset */
#
ifdef __cplusplus
extern
"
C
"
{
Write
Preview
Loading…
Cancel
Save