Commit 67e507e1 authored by Billy Shambrook's avatar Billy Shambrook Committed by Stefano Sabatini

lavf/segment: log segments as they end to AV_LOG_VERBOSE

Signed-off-by: 's avatarStefano Sabatini <stefasab@gmail.com>
parent 3b9f8e7c
......@@ -319,6 +319,10 @@ static int segment_end(AVFormatContext *s, int write_trailer, int is_last)
avio_flush(seg->list_pb);
}
av_log(s, AV_LOG_VERBOSE, "segment:'%s' count:%d ended\n",
seg->avf->filename, seg->segment_count);
seg->segment_count++;
end:
avio_close(oc->pb);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment