[FFmpeg-devel] [PATCH 01/11] Make the avfilter debug functions and macros static to avfilter.c
Diego Biurrun
diego
Wed Jan 26 11:10:22 CET 2011
On Tue, Jan 25, 2011 at 11:50:48PM +0100, Stefano Sabatini wrote:
> On date Tuesday 2011-01-25 02:29:34 +0100, Diego Elio Petten? encoded:
> > This removes ff_get_ref_perms_string, ff_dprintf_ref and ff_dprintf_link
> > fro the interface of libavfilter.
> > ---
> > libavfilter/avfilter.c | 8 +++++---
> > libavfilter/internal.h | 8 --------
> > 2 files changed, 5 insertions(+), 11 deletions(-)
>
> Well the idea was to use these functions in other files (e.g. in
> defaults.c), but then since they're currently not (yet?) used in other
> files I suppose should be safe to make them static.
Agreed, it's easy to make them non-static later on.
Diego
More information about the ffmpeg-devel
mailing list