Skip to content

Commit

Permalink
rdd36: Fix default VideoLineMap for 525-line
Browse files Browse the repository at this point in the history
  • Loading branch information
philipnbbc committed Sep 8, 2023
1 parent ca1a652 commit b5fd774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mxf_helper/RDD36MXFDescriptorHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static const DefaultParameterMatch DEFAULT_PARAM_MATCHES[] =
{SMPTE170M_COLOR_PRIM, g_Null_UL},
{ITUR_BT709_TRANSFER_CH, g_Null_UL, g_Null_UL, g_Null_UL},
{ITUR_BT601_CODING_EQ, g_Null_UL},
MXF_SIGNAL_STANDARD_ITU601, {16, 9}, {23, 285}, MXF_COLOR_SITING_COSITING},
MXF_SIGNAL_STANDARD_ITU601, {16, 9}, {21, 283}, MXF_COLOR_SITING_COSITING},
{720, 576, false,
{ITU470_PAL_COLOR_PRIM, g_Null_UL},
{ITUR_BT709_TRANSFER_CH, g_Null_UL, g_Null_UL, g_Null_UL},
Expand Down

0 comments on commit b5fd774

Please sign in to comment.