summaryrefslogtreecommitdiffstats
path: root/libavfilter/f_select.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-05-10 17:37:50 +0000
committerPaul B Mahol <onemda@gmail.com>2013-05-10 17:39:09 +0000
commit4868855b13058896075f583ce17c890f9b70bdb6 (patch)
treeb3e9589ddc417bc5123d7d775ee1c7050eb8bd93 /libavfilter/f_select.c
parent005ee7a5867e5ad76575068527cbcaf729232820 (diff)
downloadffmpeg-streaming-4868855b13058896075f583ce17c890f9b70bdb6.zip
ffmpeg-streaming-4868855b13058896075f583ce17c890f9b70bdb6.tar.gz
lavfi/select: set forgotten VAR_PICT_TYPE_BI
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/f_select.c')
-rw-r--r--libavfilter/f_select.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/f_select.c b/libavfilter/f_select.c
index b0df507..5237fc3 100644
--- a/libavfilter/f_select.c
+++ b/libavfilter/f_select.c
@@ -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;
OpenPOWER on IntegriCloud