Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-daemon
Commits
a009adcb
Commit
a009adcb
authored
Apr 22, 2014
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
video: increase libav/ffmpeg verbosity in debug mode
Refs #45881 Change-Id: If3eeb113e5bc2bcedaa146e8aae83d3ab16fb3f8
parent
18b49017
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
daemon/src/video/libav_utils.cpp
daemon/src/video/libav_utils.cpp
+3
-0
No files found.
daemon/src/video/libav_utils.cpp
View file @
a009adcb
...
...
@@ -118,6 +118,9 @@ void init_once()
av_lockmgr_register
(
avcodecManageMutex
);
if
(
Logger
::
getDebugMode
())
av_log_set_level
(
AV_LOG_VERBOSE
);
/* list of codecs tested and confirmed to work */
encoders_
[
"H264"
]
=
"libx264"
;
encoders_
[
"H263-2000"
]
=
"h263p"
;
...
...
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