[vlc-devel] [vlc-commits] commit: Allow demux to select the PTS delay, fallback to access ( Rémi Denis-Courmont )

Laurent Aimar fenrir at elivagar.org
Thu Nov 18 19:49:51 CET 2010


Hi,

On Wed, Nov 17, 2010 at 10:42:34PM +0100, git at videolan.org wrote:
> diff --git a/src/input/input.c b/src/input/input.c
> index b827753..8a0e070 100644
> --- a/src/input/input.c
> +++ b/src/input/input.c
> @@ -2603,7 +2594,7 @@ static int InputSourceInit( input_thread_t *p_input,
>  
>      /* get attachment
>       * FIXME improve for b_preparsing: move it after GET_META and check psz_arturl */
> -    if( 1 || !p_input->b_preparsing )
> +    if( !p_input->b_preparsing )
 That's not a typo and so should be kept (until it is properly fixed). 
>      {
>          int i_attachment;
>          input_attachment_t **attachment;

-- 
fenrir




More information about the vlc-devel mailing list