Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
67e507e1
Commit
67e507e1
authored
Oct 15, 2013
by
Billy Shambrook
Committed by
Stefano Sabatini
Oct 15, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf/segment: log segments as they end to AV_LOG_VERBOSE
Signed-off-by:
Stefano Sabatini
<
stefasab@gmail.com
>
parent
3b9f8e7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
segment.c
libavformat/segment.c
+4
-0
No files found.
libavformat/segment.c
View file @
67e507e1
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment