Add Description for some source file

This commit is contained in:
daleclack 2021-08-10 12:40:56 +08:00
parent c72f5f64e6
commit 0225385746
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
//A Test to read Config files
// The Config File Should be a text file
// and the content as follows
// key=value
#include <iostream>
#include <fstream>
#include <string>

View File

@ -1,3 +1,6 @@
//This tool is to automatically execute ffmpeg
//Use audio.m4s and video.m4s file to generate a .mp4 file.
#include <iostream>
#include <cstdio>
#include <thread>