Commit 4868855b authored by Paul B Mahol's avatar Paul B Mahol

lavfi/select: set forgotten VAR_PICT_TYPE_BI

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 005ee7a5
......@@ -205,6 +205,7 @@ static int config_input(AVFilterLink *inlink)
select->var_values[VAR_PICT_TYPE_B] = AV_PICTURE_TYPE_B;
select->var_values[VAR_PICT_TYPE_SI] = AV_PICTURE_TYPE_SI;
select->var_values[VAR_PICT_TYPE_SP] = AV_PICTURE_TYPE_SP;
select->var_values[VAR_PICT_TYPE_BI] = AV_PICTURE_TYPE_BI;
select->var_values[VAR_INTERLACE_TYPE_P] = INTERLACE_TYPE_P;
select->var_values[VAR_INTERLACE_TYPE_T] = INTERLACE_TYPE_T;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment