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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel