Skip to content

Commit fc66909

Browse files
committed
Add clear screen to the beginning of the program
1 parent eca3ec9 commit fc66909

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ffmpeg-coder.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,9 @@ void homepage()
349349
{
350350
using namespace std;
351351

352+
//Clearing the screen
353+
clear_screen();
354+
352355
ffmpeg ffmpeg; //Creating ffmpeg object
353356
int choice;
354357

0 commit comments

Comments
 (0)