Add Description for some source file
This commit is contained in:
parent
c72f5f64e6
commit
0225385746
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue