diff options
Diffstat (limited to 'ffmpeg-shadertoy')
| -rw-r--r-- | ffmpeg-shadertoy/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ffmpeg-shadertoy/main.c b/ffmpeg-shadertoy/main.c index 36c954f..a7c450b 100644 --- a/ffmpeg-shadertoy/main.c +++ b/ffmpeg-shadertoy/main.c @@ -9,9 +9,6 @@ // ref: https://code.ffmpeg.org/FFmpeg/FFmpeg/src/branch/master/doc/examples/mux.c // ref: https://code.ffmpeg.org/FFmpeg/FFmpeg/src/branch/master/doc/examples/encode_video.c // -// Changelog: -// - 9/18/25: Initial release -// #define GLAD_GL_IMPLEMENTATION #include "../common/c_cpp/thirdparty/glad33/glad33.h" |