[FFmpeg-devel] [PATCH 02/10] aacenc: Add missing ff_ prefixes
Timothy Gu
timothygu99 at gmail.com
Sat Aug 22 06:51:52 CEST 2015
On Sat, Aug 22, 2015 at 01:05:18AM -0300, Claudio Freire wrote:
> When reviewing the patches with Rostislav, I actually tested to see whether
> those symbols were exported, and they weren't.
exported ≠ nonstatic
It's a project policy to use `ff_` prefix to signify non-exported,
private, non-static symbols, and thus I am only attempting to preserve
consistency within the project.
Timothy
More information about the ffmpeg-devel
mailing list