Skip to content

Commit

Permalink
fix: header variable rename
Browse files Browse the repository at this point in the history
  • Loading branch information
lee.fordyce committed Jan 26, 2024
1 parent 660b83e commit 987b53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/media/formats/mp2t/continuity_counter.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace mp2t {

class ContinuityCounter {
public:
ContinuityCounter(unsigned int segment_number = 0);
ContinuityCounter(unsigned int initial_value = 0);
~ContinuityCounter();

/// As specified by the spec, this starts from 0 and is incremented by 1 until
Expand Down

0 comments on commit 987b53e

Please sign in to comment.