mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user