Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcodec_id.h568AV_CODEC_ID_PROBE = 0x19000, ///< codec_id is not known (like AV_CODEC_ID_NONE) but lavf should at… enumerator
/third_party/ffmpeg/fftools/
Dffprobe.c2997 if (stream->codecpar->codec_id == AV_CODEC_ID_PROBE) { in open_input_file()