Page 1 of 1

which vlc source files handle subtitle display at video out

Posted: 11 Sep 2013 16:38
by samithawijedasa
Hi,

When .mkv files are played with a subtitle track, which vlc source files handle the subpicture display for subtitles at the video output level. Requirement is to manipulate the part so subtitles does not appear at the video out put level while they appear at the decoder level. In a linux environment.

Re: which vlc source files handle subtitle display at video

Posted: 12 Sep 2013 13:21
by Jean-Baptiste Kempf
You are too vague.

Re: which vlc source files handle subtitle display at video

Posted: 12 Sep 2013 23:18
by samithawijedasa
You are too vague.
OK think I found it. src/video_output/video_output.c

vout_PutSubpicture( vout_thread_t *vout, subpicture_t *subpic )