[vlc-devel] [PATCHv6] dcp: Creation of access-demux module for DCP

Nicolas Bertrand nicoinattendu at gmail.com
Thu Nov 28 12:07:44 CET 2013


Hi again,
Woks by writing it this way ( stack overflow is my friend)

 chunk_tag = CHUNK_UNKNOWN;
                for(ChunkTag_t i = CHUNK_UNKNOWN; i < CHUNK_LENGTH; i =
ChunkTag_t(i+1))
                    if( node == names[i])
                    {
                        chunk_tag = ChunkTag_t(i+1);
                        break;
                    }
                if(chunk_tag == CHUNK_UNKNOWN)
                    return -1;




>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20131128/1be6e810/attachment.html>


More information about the vlc-devel mailing list