Searched refs:stream_lowres (Results 1 – 1 of 1) sorted by relevance
2583 int stream_lowres = lowres; in stream_component_open() local2616 if (stream_lowres > codec->max_lowres) { in stream_component_open()2619 stream_lowres = codec->max_lowres; in stream_component_open()2621 avctx->lowres = stream_lowres; in stream_component_open()2629 if (stream_lowres) in stream_component_open()2630 av_dict_set_int(&opts, "lowres", stream_lowres, 0); in stream_component_open()