1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

lavfi: cosmetic: remove forward declaration.

This commit is contained in:
Nicolas George
2016-12-23 15:40:27 +01:00
parent 3ff01feda3
commit 7910127a8e

View File

@@ -46,8 +46,6 @@
#include "libavutil/ffversion.h" #include "libavutil/ffversion.h"
const char av_filter_ffversion[] = "FFmpeg version " FFMPEG_VERSION; const char av_filter_ffversion[] = "FFmpeg version " FFMPEG_VERSION;
static int ff_filter_frame_framed(AVFilterLink *link, AVFrame *frame);
void ff_tlog_ref(void *ctx, AVFrame *ref, int end) void ff_tlog_ref(void *ctx, AVFrame *ref, int end)
{ {
av_unused char buf[16]; av_unused char buf[16];