aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/textformat/tf_default.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2025-04-15 00:38:44 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2025-04-16 06:11:45 +0200
commitc9dc6ca02b72b8609aa37845a6905f0d4911528b (patch)
tree18f9179b94faedb3d41717abe877c661a0a2e72c /fftools/textformat/tf_default.c
parent2ab10212647bd8cce73f4ff98879691e6ff5916c (diff)
downloadffmpeg-c9dc6ca02b72b8609aa37845a6905f0d4911528b.tar.gz
fftools/textformat: Use "", not <> for lavu headers
Also remove unused headers. Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'fftools/textformat/tf_default.c')
-rw-r--r--fftools/textformat/tf_default.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/fftools/textformat/tf_default.c b/fftools/textformat/tf_default.c
index 23575024c1..86582829e4 100644
--- a/fftools/textformat/tf_default.c
+++ b/fftools/textformat/tf_default.c
@@ -25,10 +25,8 @@
#include <string.h>
#include "avtextformat.h"
-#include <libavutil/mem.h>
-#include <libavutil/avassert.h>
-#include <libavutil/bprint.h>
-#include <libavutil/opt.h>
+#include "libavutil/bprint.h"
+#include "libavutil/opt.h"
#define writer_w8(wctx_, b_) (wctx_)->writer->writer->writer_w8((wctx_)->writer, b_)
#define writer_put_str(wctx_, str_) (wctx_)->writer->writer->writer_put_str((wctx_)->writer, str_)