Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dflvenc.c110 int64_t filepositions_count; member
561 if (!flv->filepositions_count) { in flv_append_keyframe_info()
571 flv->filepositions_count++; in flv_append_keyframe_info()
582 metadata_size = flv->filepositions_count * 9 * 2 + 10; /* filepositions and times value */ in shift_data()
760 put_amf_dword_array(pb, flv->filepositions_count); in flv_write_trailer()
766 put_amf_dword_array(pb, flv->filepositions_count); in flv_write_trailer()
1048 flv->filepositions_count = 0; in flv_deinit()

Completed in 3 milliseconds