Changeset b6a82807304d3c3644e26f84d25dc1d2a3dc118c
- Timestamp:
- 07/03/08 23:56:11
(2 months ago)
- Author:
- Laurent Aimar <fenrir@videolan.org>
- git-committer:
- Laurent Aimar <fenrir@videolan.org> 1215122171 +0000
- git-parent:
[223bc6472936d8761b4397a20496e914b5cb5982]
- git-author:
- Laurent Aimar <fenrir@videolan.org> 1215121656 +0000
- Message:
Fixed MS ADPCM inside mov.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r58766ea |
rb6a8280 |
|
| 1661 | 1661 | } |
|---|
| 1662 | 1662 | |
|---|
| | 1663 | case VLC_FOURCC('m','s',0x00,0x02): |
|---|
| | 1664 | case VLC_FOURCC('m','s',0x00,0x11): |
|---|
| | 1665 | p_track->fmt.audio.i_blockalign = p_sample->data.p_sample_soun->i_bytes_per_frame; |
|---|
| | 1666 | break; |
|---|
| | 1667 | |
|---|
| 1663 | 1668 | default: |
|---|
| 1664 | 1669 | break; |
|---|