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
e77a3e99
Commit
e77a3e99
authored
Aug 05, 2018
by
Aman Gupta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/mediacodecdec: fix spurious newline in trace logging
Signed-off-by:
Aman Gupta
<
aman@tmm1.net
>
parent
1940c27c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mediacodecdec_common.c
libavcodec/mediacodecdec_common.c
+1
-1
No files found.
libavcodec/mediacodecdec_common.c
View file @
e77a3e99
...
...
@@ -312,7 +312,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
av_log
(
avctx
,
AV_LOG_TRACE
,
"Frame: width=%d stride=%d height=%d slice-height=%d "
"crop-top=%d crop-bottom=%d crop-left=%d crop-right=%d encoder=%s
\n
"
"crop-top=%d crop-bottom=%d crop-left=%d crop-right=%d encoder=%s
"
"destination linesizes=%d,%d,%d
\n
"
,
avctx
->
width
,
s
->
stride
,
avctx
->
height
,
s
->
slice_height
,
s
->
crop_top
,
s
->
crop_bottom
,
s
->
crop_left
,
s
->
crop_right
,
s
->
codec_name
,
...
...
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