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
d9d49251
Commit
d9d49251
authored
Oct 24, 2011
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vsrc_testsrc: increase log level from DEBUG to INFO for message in init()
parent
1f465206
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vsrc_testsrc.c
libavfilter/vsrc_testsrc.c
+1
-1
No files found.
libavfilter/vsrc_testsrc.c
View file @
d9d49251
...
@@ -103,7 +103,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
...
@@ -103,7 +103,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
test
->
nb_frame
=
0
;
test
->
nb_frame
=
0
;
test
->
pts
=
0
;
test
->
pts
=
0
;
av_log
(
ctx
,
AV_LOG_
DEBUG
,
"size:%dx%d rate:%d/%d duration:%f sar:%d/%d
\n
"
,
av_log
(
ctx
,
AV_LOG_
INFO
,
"size:%dx%d rate:%d/%d duration:%f sar:%d/%d
\n
"
,
test
->
w
,
test
->
h
,
frame_rate_q
.
num
,
frame_rate_q
.
den
,
test
->
w
,
test
->
h
,
frame_rate_q
.
num
,
frame_rate_q
.
den
,
duration
<
0
?
-
1
:
test
->
max_pts
*
av_q2d
(
test
->
time_base
),
duration
<
0
?
-
1
:
test
->
max_pts
*
av_q2d
(
test
->
time_base
),
test
->
sar
.
num
,
test
->
sar
.
den
);
test
->
sar
.
num
,
test
->
sar
.
den
);
...
...
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