summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-02-23 22:52:37 -0500
committerpommicket <pommicket@gmail.com>2025-02-25 15:16:08 -0500
commitb1218f3dbc6a9eb9cd32cc052db2043d6ceac307 (patch)
treed814ded721da7e4a362718187b4431c987ad0d30 /main.c
parenta475085ee119250344f709b14fe52cb540fc11a4 (diff)
welp we can't really nail down the codecs after all
it's a fucking pain. you'd expect it would be like, avformat supports containers A, B, and C, avcodec supports codecs X, Y, and Z, and maybe A only allows X, Y, etc. but in fact only a handful of specific combinations of [container format]+[audio codec]+[video codec] are supported.
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 0e049c9..74e72a0 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,5 @@
/*
TODO
--video
-adjustable camera framerate
-save/restore settings
-make sure file doesn't exist before writing to it