Changeset 3663d0232df225b56174fdaaae611655a44527d0
- Timestamp:
- 08/12/07 01:58:18
(10 months ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1197075498 +0000
- git-parent:
[f9b3b84674f96a92355bf3b176cebd63649246d2]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1197075498 +0000
- Message:
* src/audio_output/dec.c: revert changeset 22216 which doesn't make any sense whatsoever.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9c24045 |
r3663d02 |
|
| 88 | 88 | p_input->b_error = 1; |
|---|
| 89 | 89 | |
|---|
| 90 | | if ( !p_format->i_bytes_per_frame ) |
|---|
| 91 | | aout_FormatPrepare( p_format ); |
|---|
| 92 | | else |
|---|
| 93 | | p_format->i_frame_length = 1; |
|---|
| | 90 | aout_FormatPrepare( p_format ); |
|---|
| 94 | 91 | |
|---|
| 95 | 92 | memcpy( &p_input->input, p_format, |
|---|