<br><br><div class="gmail_quote">2011/4/7 zhu shi song <span dir="ltr"><<a href="mailto:zhushisongzhu@yahoo.com">zhushisongzhu@yahoo.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I have got one specofic video format that vlc can't support.  But I have its player DLL library that can be used to develop my own player.  Using the library we can get the YUV data of the video.   I want to use it to expand vlc to support the specific video.   How can I do for it?<br>
</blockquote><div><br></div><div>You can write a decoder module that uses loadlibrary+GetProcAddress functions to access that DLL library and its functions. </div><div><a href="http://wiki.videolan.org/Documentation:Hacker's_Guide/Module_Writers_Guide">http://wiki.videolan.org/Documentation:Hacker's_Guide/Module_Writers_Guide</a></div>
<div><a href="http://git.videolan.org/?p=vlc.git;a=tree;f=modules/codec">http://git.videolan.org/?p=vlc.git;a=tree;f=modules/codec</a></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

______________________________________ </blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">_________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</blockquote></div><br>