From f81038390383e79bbb64cba2c755a3fedba5aa86 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 10 Jan 2022 13:15:01 -0500 Subject: [PATCH] Update for 10-01-22 13:15 --- lang/C.wiki | 2 ++ tech/ffmpeg.wiki | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lang/C.wiki b/lang/C.wiki index 5d3dee2..a11c7b9 100644 --- a/lang/C.wiki +++ b/lang/C.wiki @@ -16,6 +16,8 @@ standard library functions - string to long * man fgets - get string from file +* *calloc* + - Allocates memory and sets it to zero == Also See == diff --git a/tech/ffmpeg.wiki b/tech/ffmpeg.wiki index f32ca39..51a3fb2 100644 --- a/tech/ffmpeg.wiki +++ b/tech/ffmpeg.wiki @@ -21,7 +21,8 @@ ffmpeg -i in.mp4 -ss 00:00:30.0 -c copy -t 00:00:10.0 out.mp4 == Library == -The C library for ffmpeg has poor documentation. +The C library for ffmpeg has poor documentation. It is also known as +*libav* Movie files consist of several components in the FFMPEG model.