When I execute the encoderdecoder demostration, some messages are shown on the terminal every 1 sec like below.
But I can`t find the file which contains the instruction like printf fucntion, so If someone knows that please let me know ^^
Thx~
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
When I execute the encoderdecoder demostration, some messages are shown on the terminal every 1 sec like below.
But I can`t find the file which contains the instruction like printf fucntion, so If someone knows that please let me know ^^
Thx~
Hi Dongju,
The file you are looking for is likely ui.c. The printfs are usually located in a function called UI_update. These messages are printed when the osd (-o) option is not enabled.
Best regards,
Vincent