Changeset ee038b49f10b412cea3c3228e609ba6dc870e34f
- Timestamp:
- 22/12/07 01:34:04
(10 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1198283644 +0000
- git-parent:
[ca59f1e5371698ce4e5c53d24ac6622338f077b5]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1198283644 +0000
- Message:
modules/audio_filter/converter/dtstospdif.c: We need a starting date. Fix a typo that cause the starting date not to be set.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6ee1e19 |
ree038b4 |
|
| 140 | 140 | if( p_filter->p_sys->i_frames < 3 ) |
|---|
| 141 | 141 | { |
|---|
| 142 | | if( !p_filter->p_sys->i_frames ) |
|---|
| | 142 | if( p_filter->p_sys->i_frames == 1 ) |
|---|
| 143 | 143 | /* We'll need the starting date */ |
|---|
| 144 | 144 | p_filter->p_sys->start_date = p_in_buf->start_date; |
|---|