Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
chenda6 committed Jan 22, 2024
1 parent 49d5d13 commit 7b8d5b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packager/live_packager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ Status LivePackager::PackageInit(const Segment& init_segment,
DEFAULT_SEGMENT_DURATION;

packaging_params.mp4_output_params.include_pssh_in_stream = false;
packaging_params.transport_stream_timestamp_offset_ms = config_.m2ts_offset_ms;
packaging_params.transport_stream_timestamp_offset_ms =
config_.m2ts_offset_ms;

// in order to enable init packaging as a separate execution.
packaging_params.init_segment_only = true;
Expand Down Expand Up @@ -326,7 +327,8 @@ Status LivePackager::Package(const Segment& init_segment,

packaging_params.mp4_output_params.sequence_number = config_.segment_number;
packaging_params.mp4_output_params.include_pssh_in_stream = false;
packaging_params.transport_stream_timestamp_offset_ms = config_.m2ts_offset_ms;
packaging_params.transport_stream_timestamp_offset_ms =
config_.m2ts_offset_ms;

EncryptionParams& encryption_params = packaging_params.encryption_params;
// As a side effect of InitializeEncryption, encryption_params will be
Expand Down

0 comments on commit 7b8d5b5

Please sign in to comment.