Home
last modified time | relevance | path

Searched refs:enhanced_flv (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dflvdec.c1072 int enhanced_flv = 0; local
1123 enhanced_flv = (flags >> 7) & 1;
1124 if (enhanced_flv) {
1312 if (enhanced_flv && stream_type == FLV_STREAM_TYPE_VIDEO) {
1330 (enhanced_flv && st->codecpar->codec_id == AV_CODEC_ID_HEVC && type == PacketTypeCodedFrames) ||

Completed in 2 milliseconds