X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fsrc_movie.c;h=a7024b9d45fe7332bb62548d541463af5d88bfa5;hb=c34c050303b11e3f88fa1be7b43fe9439765e0af;hp=908c03e1d338bb0ca40017c804c6689fe27af08b;hpb=52566efd5cf8c40d4e5bf8d54fa3cfdab921baad;p=ffmpeg diff --git a/libavfilter/src_movie.c b/libavfilter/src_movie.c index 908c03e1d33..a7024b9d45f 100644 --- a/libavfilter/src_movie.c +++ b/libavfilter/src_movie.c @@ -35,6 +35,7 @@ #include "libavutil/avassert.h" #include "libavutil/opt.h" #include "libavutil/imgutils.h" +#include "libavutil/internal.h" #include "libavutil/timestamp.h" #include "libavformat/avformat.h" #include "audio.h" @@ -536,7 +537,7 @@ static int movie_push_frame(AVFilterContext *ctx, unsigned out_id) } frame->pts = av_frame_get_best_effort_timestamp(frame); - av_dlog(ctx, "movie_push_frame(): file:'%s' %s\n", movie->file_name, + ff_dlog(ctx, "movie_push_frame(): file:'%s' %s\n", movie->file_name, describe_frame_to_str((char[1024]){0}, 1024, frame, frame_type, outlink)); if (st->st->codec->codec_type == AVMEDIA_TYPE_VIDEO) {