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
416d354a
Commit
416d354a
authored
Mar 29, 2018
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libavcodec/libaomenc: fix size specifier in an av_log call
Signed-off-by:
James Almer
<
jamrial@gmail.com
>
parent
88e9b616
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libaomenc.c
libavcodec/libaomenc.c
+1
-1
No files found.
libavcodec/libaomenc.c
View file @
416d354a
...
...
@@ -110,7 +110,7 @@ static av_cold void dump_enc_cfg(AVCodecContext *avctx,
width
,
"g_pass:"
,
cfg
->
g_pass
,
width
,
"g_lag_in_frames:"
,
cfg
->
g_lag_in_frames
);
av_log
(
avctx
,
level
,
"rate control settings
\n
"
" %*s%u
\n
%*s%d
\n
%*s%p("
SIZE_SPECIFIER
")
\n
%*s%u
\n
"
,
" %*s%u
\n
%*s%d
\n
%*s%p(
%
"
SIZE_SPECIFIER
")
\n
%*s%u
\n
"
,
width
,
"rc_dropframe_thresh:"
,
cfg
->
rc_dropframe_thresh
,
width
,
"rc_end_usage:"
,
cfg
->
rc_end_usage
,
width
,
"rc_twopass_stats_in:"
,
cfg
->
rc_twopass_stats_in
.
buf
,
cfg
->
rc_twopass_stats_in
.
sz
,
...
...
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