bugfix series part 1

git-svn-id: svn://code.dyne.org/veejay/trunk@803 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2007-02-20 22:40:05 +00:00
parent 76b079e0e4
commit 0253e91022
12 changed files with 295 additions and 60 deletions

View File

@@ -59,6 +59,8 @@ typedef struct
void packet_dump_header( packet_header_t *h);
void packet_dump_info( frame_info_t * i );
packet_header_t packet_construct_header(uint8_t flag);
packet_header_t packet_get_header(const void *data);