Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
caeaeb65
Unverified
Commit
caeaeb65
authored
Nov 05, 2021
by
Prabhat Roy
Committed by
GitHub
Nov 05, 2021
Browse files
Removed excessive logging (#4878)
parent
9a7dc1a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
torchvision/csrc/io/decoder/stream.cpp
torchvision/csrc/io/decoder/stream.cpp
+0
-9
No files found.
torchvision/csrc/io/decoder/stream.cpp
View file @
caeaeb65
...
@@ -74,15 +74,6 @@ int Stream::openCodec(std::vector<DecoderMetadata>* metadata, int num_threads) {
...
@@ -74,15 +74,6 @@ int Stream::openCodec(std::vector<DecoderMetadata>* metadata, int num_threads) {
}
}
}
}
// print codec type and number of threads
LOG
(
INFO
)
<<
"Codec "
<<
codecCtx_
->
codec
->
long_name
<<
" Codec id: "
<<
codecCtx_
->
codec_id
<<
" Codec tag: "
<<
codecCtx_
->
codec_tag
<<
" Codec type: "
<<
codecCtx_
->
codec_type
<<
" Codec extradata: "
<<
codecCtx_
->
extradata
<<
" Number of threads: "
<<
codecCtx_
->
thread_count
<<
" Thread type: "
<<
codecCtx_
->
thread_type
;
int
ret
;
int
ret
;
// Copy codec parameters from input stream to output codec context
// Copy codec parameters from input stream to output codec context
if
((
ret
=
avcodec_parameters_to_context
(
codecCtx_
,
steam
->
codecpar
))
<
0
)
{
if
((
ret
=
avcodec_parameters_to_context
(
codecCtx_
,
steam
->
codecpar
))
<
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