diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-20 15:15:57 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-20 15:15:57 +0000 |
commit | b5fbb31e55c547751d3404418fd070dd4dbde1a5 (patch) | |
tree | 201ead66aa9f58876cbe256ccfc2a28355f555c0 /libavfilter/internal.h | |
parent | 801ab9808863415a80a576b26c45cb06187cc239 (diff) | |
download | ffmpeg-b5fbb31e55c547751d3404418fd070dd4dbde1a5.tar.gz |
Rename ff_dprintf_picref() to ff_dprintf_ref().
The function is going to be used to represent also audio data.
Originally committed as revision 24846 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r-- | libavfilter/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h index 3687726e13..c55898bc11 100644 --- a/libavfilter/internal.h +++ b/libavfilter/internal.h @@ -26,7 +26,7 @@ #include "avfilter.h" -void ff_dprintf_picref(void *ctx, AVFilterBufferRef *picref, int end); +void ff_dprintf_ref(void *ctx, AVFilterBufferRef *ref, int end); void ff_dprintf_link(void *ctx, AVFilterLink *link, int end); |