Skip to content

Commit

Permalink
WIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Feb 23, 2024
1 parent d3bc740 commit 05e1fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tlIO/FFmpegWrite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ namespace tl
// mapping with libswscale (-vf scale filter emulated here).
if (avCodecID != AV_CODEC_ID_PRORES)
{
msg = "Using full color matrices and color coefficients";
msg = "Using full color matrices and color coefficients.";

// Handle matrices and color space details
int in_full, out_full, brightness, contrast, saturation;
Expand Down

0 comments on commit 05e1fd6

Please sign in to comment.