New issue
Advanced search Search tips

Issue 759207 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Aug 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

Save ffmpeg binary size by stripping log messages in official builds.

Project Member Reported by dalecur...@chromium.org, Aug 25 2017

Issue description

Unlike our DLOG system, the av_log() system is always compiled in. This results in ~73k of log strings in the final binary.

We should #define av_log() to nothing when compiling the official build. It seems there may also be a bunch of strings for option tables that we could remove too.
 

Sign in to add a comment