[vlc-devel] [PATCH] Add Smooth Streaming module

Jean-Baptiste Kempf jb at videolan.org
Wed Sep 12 19:30:41 CEST 2012


On Wed, Sep 12, 2012 at 11:28:54AM +0200, Frédéric Yhuel wrote :

> +        /* let reader thread breath. That avoids video track
> +         * to get de-selected in certain cases */
> +        //msleep( 100000 );
?

> +    sms_queue_t *ret = malloc( sizeof( sms_queue_t ) );

Should not fail, but if it does....

> +    item_t *new = malloc( sizeof( item_t ) );
> +    assert( new );

Assert? I doubt it


-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list