Skip to content

Commit

Permalink
Remove line limit for url.
Browse files Browse the repository at this point in the history
  • Loading branch information
sr1990 committed Jul 14, 2023
1 parent 5fbcd67 commit 833f2d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packager/media/formats/mp4/mp4_muxer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,7 @@ Status MP4Muxer::DelayInitializeMuxer() {
if (codec_fourcc != FOURCC_NULL)
ftyp->compatible_brands.push_back(codec_fourcc);

// https://professional.dolby.com/siteassets/content-creation/
// dolby-vision-for-content-creators/
// dolby_vision_bitstreams_within_the_iso_base_media_file_format_dec2017.pdf
// https://professional.dolby.com/siteassets/content-creation/dolby-vision-for-content-creators/dolby_vision_bitstreams_within_the_iso_base_media_file_format_dec2017.pdf
if (streams()[0].get()->codec_string().find("dvh") != std::string::npos)
ftyp->compatible_brands.push_back(FOURCC_dby1);
}
Expand Down

0 comments on commit 833f2d4

Please sign in to comment.