Changeset b9eb03bf83deaf01bedc645fd827a9cca0178577

Show
Ignore:
Timestamp:
26/11/02 13:09:20 (6 years ago)
Author:
Christophe Massiot <massiot@videolan.org>
git-committer:
Christophe Massiot <massiot@videolan.org> 1038312560 +0000
git-parent:

[cbd967624a518549ead3ea43886b1d44591b5a0f]

git-author:
Christophe Massiot <massiot@videolan.org> 1038312560 +0000
Message:

Fixed another crash with S/PDIF.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/audio_output/input.c

    r3584f17 rb9eb03b  
    33 ***************************************************************************** 
    44 * Copyright (C) 2002 VideoLAN 
    5  * $Id: input.c,v 1.24 2002/11/25 16:16:12 massiot Exp $ 
     5 * $Id: input.c,v 1.25 2002/11/26 12:09:20 massiot Exp $ 
    66 * 
    77 * Authors: Christophe Massiot <massiot@via.ecp.fr> 
     
    105105        /* Setup the initial rate of the resampler */ 
    106106        p_input->pp_resamplers[0]->input.i_rate = p_input->input.i_rate; 
    107         p_input->i_resampling_type = AOUT_RESAMPLING_NONE; 
    108  
    109     } 
     107    } 
     108    p_input->i_resampling_type = AOUT_RESAMPLING_NONE; 
    110109 
    111110    p_input->input_alloc.i_alloc_type = AOUT_ALLOC_HEAP;