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
This commit is contained in:
Stefano Sabatini
2010-08-20 15:15:57 +00:00
parent 801ab98088
commit b5fbb31e55
2 changed files with 14 additions and 14 deletions

View File

@ -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);