Mercurial
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 192:b818a4561a3c | 217:7ef4c9d2a72d |
|---|---|
| 1 // FFmpeg library wrapper | |
| 2 // Placeholder implementation for direct FFmpeg library usage | |
| 3 // Most projects should use ffmpeg_cli.c instead | |
| 4 | |
| 5 #include "ffmpeg.h" | |
| 6 | |
| 7 // Add FFmpeg library wrapper functions here when needed |