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
5bc87f1c
Commit
5bc87f1c
authored
Jun 20, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi/blackdetect: fix pts time debug printing
parent
bef8fd70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
vf_blackdetect.c
libavfilter/vf_blackdetect.c
+1
-2
No files found.
libavfilter/vf_blackdetect.c
View file @
5bc87f1c
...
...
@@ -151,8 +151,7 @@ static void end_frame(AVFilterLink *inlink)
av_log
(
ctx
,
AV_LOG_DEBUG
,
"frame:%u picture_black_ratio:%f pos:%"
PRId64
" pts:%s t:%s type:%c
\n
"
,
blackdetect
->
frame_count
,
picture_black_ratio
,
picref
->
pos
,
av_ts2str
(
picref
->
pts
),
av_ts2timestr
(
blackdetect
->
black_start
,
&
inlink
->
time_base
),
picref
->
pos
,
av_ts2str
(
picref
->
pts
),
av_ts2timestr
(
picref
->
pts
,
&
inlink
->
time_base
),
av_get_picture_type_char
(
picref
->
video
->
pict_type
));
if
(
picture_black_ratio
>=
blackdetect
->
picture_black_ratio_th
)
{
...
...
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