Changeset 29a893b661d7c7ceb360c3078678a8ae82edca26
- Timestamp:
- 07/02/08 21:57:30
(2 months ago)
- Author:
- Laurent Aimar <fenrir@videolan.org>
- git-committer:
- Laurent Aimar <fenrir@videolan.org> 1215028650 +0000
- git-parent:
[21a96468ba1dea744e473d8db48a4ee25a2d4818]
- git-author:
- Laurent Aimar <fenrir@videolan.org> 1215018822 +0000
- Message:
Fixed ASF_ReadObject_extended_stream_properties parsing in case of
stream language.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r21a9646 |
r29a893b |
|
| 921 | 921 | p_esp->pi_stream_name_language[i] = GetWLE( &p_data[0] ); |
|---|
| 922 | 922 | i_size = GetWLE( &p_data[2] ); |
|---|
| 923 | | p_data += 2; |
|---|
| | 923 | p_data += 2+2; |
|---|
| 924 | 924 | |
|---|
| 925 | 925 | psz = calloc( i_size/2 + 1, sizeof(char) ); |
|---|