Home
last modified time | relevance | path

Searched refs:supported_tag (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp1645 int supported_tag; in open() local
1646 if( (supported_tag = av_codec_get_tag(fmt->codec_tag, codec_id)) != 0 ) in open()
1649 supported_tag, CV_TAG_TO_PRINTABLE_CHAR4(supported_tag)); in open()
1650 fourcc = supported_tag; in open()