[vlc-devel] [PATCH] - Autotools support for libv4l2

Nicolas Chauvet (kwizart) kwizart at gmail.com
Thu Oct 16 13:48:17 CEST 2008


    p_sys->p_buffers = calloc( req.count, sizeof( *p_sys->p_buffers ) );
    if( !p_sys->p_buffers )
-    {
-        msg_Err( p_demux, "Out of memory" );
        goto open_failed;
-    }

    for( p_sys->i_nbuffers = 0; p_sys->i_nbuffers < req.count; ++p_sys->i_nbuffers )
    {



More information about the vlc-devel mailing list