Browse Source

chain: set the output vctx from the internal filter chain output vctx

pull/100/head
Steve Lhomme 7 years ago
parent
commit
130d12f835
  1. 1
      modules/video_chroma/chain.c

1
modules/video_chroma/chain.c

@ -209,6 +209,7 @@ static int Activate( filter_t *p_filter, int (*pf_build)(filter_t *) )
es_format_Clean( &p_filter->fmt_out );
es_format_Copy( &p_filter->fmt_out,
filter_chain_GetFmtOut( p_sys->p_chain ) );
p_filter->vctx_out = filter_chain_GetVideoCtxOut( p_sys->p_chain );
}
assert(p_filter->vctx_out == filter_chain_GetVideoCtxOut( p_sys->p_chain ));
/* */

Loading…
Cancel
Save