Skip to content

Commit 20374ea

Browse files
committed
Fix build warning
1 parent 0cd3e34 commit 20374ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

trunk/src/app/srs_app_rtc_jitbuffer.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,6 +1800,9 @@ SrsRtpFrameBuffer* SrsRtpJitterBuffer::ExtractAndSetDecode(uint32_t timestamp)
18001800
}
18011801
}
18021802

1803+
// Fix build warnings: variable ‘continuous’ set but not used
1804+
(void)continuous;
1805+
18031806
// The state must be changed to decoding before cleaning up zero sized
18041807
// frames to avoid empty frames being cleaned up and then given to the
18051808
// decoder. Propagates the missing_frame bit.

0 commit comments

Comments
 (0)