[FFmpeg-devel] [PATCH 02/10] aacenc: Add missing ff_ prefixes
Timothy Gu
timothygu99 at gmail.com
Sat Aug 22 06:01:32 CEST 2015
On Fri, Aug 21, 2015 at 10:49:01PM -0400, Ganesh Ajjanagadde wrote:
> There are too many entries here for me to verify which ones are exposed, etc.
> I trust you identified them correctly.
To the best of my knowledge, yes. To anyone reading this message, I used
the following command to get a list of all symbols without the prefix:
nm libavcodec/*.o | grep ' [TD] ' | cut -d ' ' -f 3- | grep -v '^\(av\|ff_\)'
After this patchset, the command outputs nothing except for the
deprecated `audio_resample` functions.
Timothy
More information about the ffmpeg-devel
mailing list