Page 1 of 1

VLC code execution

Posted: 03 May 2019 11:12
by bvsprasad4
Hi,
I have the source code of VLC player. So, I want to know that when we want play a video using VLC, what is the first code that will be executed in the source code.

Re: VLC code execution

Posted: 03 May 2019 14:20
by unidan
Hi, see bin/vlc.c or bin/winvlc.c depending on you OS. You could find this by running a debugger.