diff third_party/ffmpeg/ffmpeg_wrapper.c @ 217:7ef4c9d2a72d hg-web

[DO NOT PUSH] Random values.
author MrJuneJune <me@mrjunejune.com>
date Sun, 25 Jan 2026 10:44:04 -0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/third_party/ffmpeg/ffmpeg_wrapper.c	Sun Jan 25 10:44:04 2026 -0800
@@ -0,0 +1,7 @@
+// FFmpeg library wrapper
+// Placeholder implementation for direct FFmpeg library usage
+// Most projects should use ffmpeg_cli.c instead
+
+#include "ffmpeg.h"
+
+// Add FFmpeg library wrapper functions here when needed