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
1f28a991
Commit
1f28a991
authored
May 05, 2017
by
Kieran Kunhya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libavcodec/h264_sei: Don't log random user data. This prevents terminal junk.
parent
3071434f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
h264_sei.c
libavcodec/h264_sei.c
+0
-3
No files found.
libavcodec/h264_sei.c
View file @
1f28a991
...
...
@@ -257,9 +257,6 @@ static int decode_unregistered_user_data(H264SEIUnregistered *h, GetBitContext *
if
(
e
==
1
&&
build
==
1
&&
!
strncmp
(
user_data
+
16
,
"x264 - core 0000"
,
16
))
h
->
x264_build
=
67
;
if
(
strlen
(
user_data
+
16
)
>
0
)
av_log
(
logctx
,
AV_LOG_DEBUG
,
"user data:
\"
%s
\"\n
"
,
user_data
+
16
);
av_free
(
user_data
);
return
0
;
}
...
...
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