[vlc-devel] possible bug in modules/codec/spudec/spudec.c
Jean-Paul Saman
jean-paul.saman at planet.nl
Mon Oct 25 23:06:24 CEST 2004
In the file modules/codec/spudec/spudec.c I in DecoderOpen() see the
following code (line 84):
p_dec->pf_decode_sub = Decode;
p_dec->pf_packetize = Packetize;
The p_dec->pf_packetize = Packetize; part looks to me like an error
shouldn't this be:
p_dec->pf_packetize = NULL;
and in the routine PacketizerOpen():
p_dec->pf_packetize = Packetize;
should be inserted around line: 104
--
Many greetings,
Jean-Paul Saman
==========================================================================
VLC iPAQ maintainer (http://www.videolan.org)
RedHat Certified Engineer (RHCE: 807202745005548)
==========================================================================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20041025/21f43e52/attachment.sig>
More information about the vlc-devel
mailing list