Changeset b9eb03bf83deaf01bedc645fd827a9cca0178577
- 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
| r3584f17 |
rb9eb03b |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * 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 $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Christophe Massiot <massiot@via.ecp.fr> |
|---|
| … | … | |
| 105 | 105 | /* Setup the initial rate of the resampler */ |
|---|
| 106 | 106 | 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; |
|---|
| 110 | 109 | |
|---|
| 111 | 110 | p_input->input_alloc.i_alloc_type = AOUT_ALLOC_HEAP; |
|---|