summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video.c')
-rw-r--r--video.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video.c b/video.c
index 495c6e2..2ce9b29 100644
--- a/video.c
+++ b/video.c
@@ -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));