[MPlayer-dev-eng] Decode Process

Diqing Zhong diqing.zhong at gmail.com
Mon Apr 25 18:31:40 CEST 2005


Hi,


I notice the general decoding process is as following:

main()
{
..........

decode_video(...);

flip_page();

............
} 

decode_video(...) 
{
decode();
put_image();
}

My question is what will put_image() do? will it draw the frame just
decoded? If yes, what's the function of flip_page() in main()?


Thank you very much!!


Max




More information about the MPlayer-dev-eng mailing list