mirror of https://git.ffmpeg.org/ffmpeg.git
lavf/segment: log segments as they end to AV_LOG_VERBOSE
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
This commit is contained in:
parent
3b9f8e7cd9
commit
67e507e10e
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue