diff options
-rw-r--r-- | main.c | 1 | ||||
-rw-r--r-- | video.c | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -1,6 +1,5 @@ /* TODO --video -adjustable camera framerate -save/restore settings -make sure file doesn't exist before writing to it @@ -95,7 +95,6 @@ bool video_start(VideoContext *ctx, const char *filename, int32_t width, int32_t return true; } video_stop(ctx); - // TODO: nail down codecs as H264 and AAC int err = avformat_alloc_output_context2(&ctx->avf_context, NULL, NULL, filename); if (!ctx->avf_context) { fprintf(stderr, "error: avformat_alloc_output_context2: %s\n", av_err2str(err)); |