[vlc-devel] Fake decoder : --fake-file-reload missing callback function

brezhoneg1 brezhoneg1 at yahoo.fr
Mon Oct 20 16:38:34 CEST 2008


 
Hi,

In the file modules/codec/fake.c, a callback function has been
forgotten.
The function FakeCallback was written to manage changes at run time for
both the fake-file and fake-file-reload variables. But only fake-file
was fully implemented with a addCallback.

The following line should be inserted (most likely at line 172 of
modules/codec/fake.c) :

var_AddCallback( p_dec, "fake-file-reload", FakeCallback, p_dec ); 

This can be seen in both VLC 0.9.4 and the GIT version of VLC accessible
via trac (as of today)

Erwan100
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20081020/3abf005b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 145 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20081020/3abf005b/attachment.gif>


More information about the vlc-devel mailing list