Changeset b725ca4af86867d20b66c43a9d518f1fcda53d57
- Timestamp:
- 10/17/06 20:23:48
(2 years ago)
- Author:
- Derk-Jan Hartman <hartman@videolan.org>
- git-committer:
- Derk-Jan Hartman <hartman@videolan.org> 1161109428 +0000
- git-parent:
[a91a6abce1490715f570956c5d30bac7fa25de28]
- git-author:
- Derk-Jan Hartman <hartman@videolan.org> 1161109428 +0000
- Message:
* packetizer h264: Donwq't gather the block chain when resending the headers. Only insert the blocks
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7d1cff0 |
rb725ca4 |
|
| 503 | 503 | block_ChainAppend( &p_sps, p_pps ); \ |
|---|
| 504 | 504 | block_ChainAppend( &p_sps, p_pic ); \ |
|---|
| 505 | | p_pic = block_ChainGather( p_sps ); \ |
|---|
| | 505 | p_pic = p_sps; \ |
|---|
| 506 | 506 | p_sys->b_header = VLC_TRUE; \ |
|---|
| 507 | 507 | } \ |
|---|