Skip to content

Commit

Permalink
fix: PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
lee.fordyce committed Jan 24, 2024
1 parent 7080db8 commit ba4ccc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/media/formats/mp2t/continuity_counter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ContinuityCounter::ContinuityCounter(int segment_number)
ContinuityCounter::~ContinuityCounter() = default;

int ContinuityCounter::GetNext() {
unsigned int ret = counter_;
int ret = counter_;
++counter_;
counter_ %= 16;
return ret;
Expand Down

0 comments on commit ba4ccc5

Please sign in to comment.