where can i play the video?when i decode it

Old forum that is now archived. Please use one of the other forums.
windguy

where can i play the video?when i decode it

Postby windguy » 17 Feb 2005 11:16

i 'm studing the vlc
i just want to know where and which routine to play the video when i decode it!

in file:src\input\input_dec.c
static int DecoderDecode( decoder_t *p_dec, block_t *p_block )
{
...........................................
vout_DatePicture( p_dec->p_owner->p_vout, p_pic, p_pic->date );
vout_DisplayPicture( p_dec->p_owner->p_vout, p_pic );
...........................................
}
this routine 'vout_DisplayPicture' really doesn't to display the video pictiure!
but i can't find where the routine to display the video after it decoded!

Rémi Denis-Courmont
Developer
Developer
Posts: 15311
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Postby Rémi Denis-Courmont » 18 Feb 2005 20:36

Displays instructions are OS-specific. You can find them all in modules/video_output/ which includes a large range of video output ("vout") modules for VLC.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded


Return to “VideoLAN”

Who is online

Users browsing this forum: No registered users and 10 guests