[FFmpeg-devel] [PATCH 4/7] Rename ff_dprintf_picref() to ff_dprintf_buffer_ref().
Michael Niedermayer
michaelni
Fri Aug 20 01:12:27 CEST 2010
On Thu, Aug 19, 2010 at 06:38:25PM +0200, Stefano Sabatini wrote:
> The function is going to be used to represent also audio data.
> ---
> libavfilter/avfilter.c | 24 ++++++++++++------------
> libavfilter/internal.h | 2 +-
> 2 files changed, 13 insertions(+), 13 deletions(-)
>
> diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
> index 5bdd7a6..ec1650f 100644
> --- a/libavfilter/avfilter.c
> +++ b/libavfilter/avfilter.c
> @@ -191,20 +191,20 @@ int avfilter_config_links(AVFilterContext *filter)
> return 0;
> }
>
> -void ff_dprintf_picref(void *ctx, AVFilterBufferRef *picref, int end)
> +void ff_dprintf_buffer_ref(void *ctx, AVFilterBufferRef *bufref, int end)
why not ff_dprintf_ref ?
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
When you are offended at any man's fault, turn to yourself and study your
own failings. Then you will forget your anger. -- Epictetus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100820/1fdd12a6/attachment.pgp>
More information about the ffmpeg-devel
mailing list