Changeset eebf82ef2e66117fedb21036966daa62d7492225
- Timestamp:
- 03/13/08 13:47:48
(6 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1205412468 +0100
- git-parent:
[036f56dfac0a62fd072555d8caf04a986f0edd08]
- git-author:
- Rafaël Carré <funman@videolan.org> 1205412468 +0100
- Message:
fix ts demuxing AAC with ADTS headers
0x11 is the type for AAC synchronized with LOAS
0x0f is the type for AAC synchronized with ADTS
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rbcddfd6 |
reebf82e |
|
| 3043 | 3043 | |
|---|
| 3044 | 3044 | if( p_es->i_type == 0x10 || p_es->i_type == 0x11 || |
|---|
| 3045 | | p_es->i_type == 0x12 ) |
|---|
| | 3045 | p_es->i_type == 0x12 || p_es->i_type == 0x0f ) |
|---|
| 3046 | 3046 | { |
|---|
| 3047 | 3047 | /* MPEG-4 stream: search SL_DESCRIPTOR */ |
|---|