Skip to content

Commit

Permalink
Update CVF examples
Browse files Browse the repository at this point in the history
Signed-off-by: Adriaan Niess <[email protected]>
  • Loading branch information
adriaan-niess committed Jun 27, 2024
1 parent 17dc844 commit cb5af7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/cvf/cvf-listener.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
#include "avtp/cvf/Cvf.h"
#include "avtp/cvf/H264.h"
#include "avtp/CommonHeader.h"
#include "examples/common.h"
#include "common.h"

#define STREAM_ID 0xAABBCCDDEEFF0001
#define DATA_LEN 1400
Expand Down
4 changes: 2 additions & 2 deletions examples/cvf/cvf-talker.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
#include "avtp.h"
#include "avtp/cvf/Cvf.h"
#include "avtp/cvf/H264.h"
#include "examples/common.h"
#include "common.h"
#include "avtp/CommonHeader.h"

#define STREAM_ID 0xAABBCCDDEEFF0001
Expand Down Expand Up @@ -267,7 +267,7 @@ int main(int argc, char *argv[])

argp_parse(&argp, argc, argv, 0, NULL, NULL);

fd = create_talker_socket(priority, 0);
fd = create_talker_socket(priority);
if (fd < 0)
return 1;

Expand Down

0 comments on commit cb5af7c

Please sign in to comment.