Skip to content
Snippets Groups Projects
Commit a009adcb authored by Tristan Matthews's avatar Tristan Matthews
Browse files

video: increase libav/ffmpeg verbosity in debug mode

Refs #45881

Change-Id: If3eeb113e5bc2bcedaa146e8aae83d3ab16fb3f8
parent 18b49017
No related branches found
No related tags found
No related merge requests found
...@@ -118,6 +118,9 @@ void init_once() ...@@ -118,6 +118,9 @@ void init_once()
av_lockmgr_register(avcodecManageMutex); av_lockmgr_register(avcodecManageMutex);
if (Logger::getDebugMode())
av_log_set_level(AV_LOG_VERBOSE);
/* list of codecs tested and confirmed to work */ /* list of codecs tested and confirmed to work */
encoders_["H264"] = "libx264"; encoders_["H264"] = "libx264";
encoders_["H263-2000"] = "h263p"; encoders_["H263-2000"] = "h263p";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment