[vlc-devel] the new patch for real video has submit
xxcv
xxcv07 at gmail.com
Wed Feb 4 05:35:05 CET 2009
王波 wrote:
> ok, it is the last patch.
g_decode_path has already been freed, don't print it in debug message.
> + if( asprintf( &g_decode_path, "%s/drv43260.dll", psz_paths + i ) != -1 )
> + {
> + p_sys->rv_handle = load_syms(p_dec, g_decode_path);
> + free( g_decode_path );
> + }
> + if( p_sys->rv_handle )
> + break;
> +
> + msg_Dbg( p_dec, "Cannot load real decoder library: %s", g_decode_path);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090204/eb605d11/attachment.html>
More information about the vlc-devel
mailing list