Skip to content

Commit

Permalink
Fix clang
Browse files Browse the repository at this point in the history
  • Loading branch information
disa6302 committed Jan 19, 2024
1 parent 2d4484e commit ca8c374
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tst/ProducerTestFixture.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
#define TEST_VIDEO_TRACK_ID 1
#define TEST_AUDIO_TRACK_ID 2

#define TEST_FPS 20
#define TEST_LOW_FPS 1
#define TEST_NORMAL_KEY_FRAME_INTERVAL 25
#define TEST_MEDIA_DURATION_SECONDS 60
#define TEST_FPS 20
#define TEST_LOW_FPS 1
#define TEST_NORMAL_KEY_FRAME_INTERVAL 25
#define TEST_MEDIA_DURATION_SECONDS 60

// 1 minutes of frames
#define TEST_TOTAL_FRAME_COUNT (TEST_FPS * TEST_MEDIA_DURATION_SECONDS)
Expand Down

0 comments on commit ca8c374

Please sign in to comment.