Changeset b5c0d68d4eaffc2334ec3f558c54447560269ae9
- Timestamp:
- 06/15/08 01:11:17
(3 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1213485077 -0700
- git-parent:
[25bf450c9bb035a1bd5a255b39175745f9d62c57]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1213485077 -0700
- Message:
Kill warnings.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r449fd28 |
rb5c0d68 |
|
| 193 | 193 | /* ISO 13818 amendment 2 and SMPTE RP 227 */ |
|---|
| 194 | 194 | const uint8_t i_flags = p_pkt->p_buffer[7]; |
|---|
| 195 | | int i_skip = 9; |
|---|
| 196 | | |
|---|
| | 195 | unsigned int i_skip = 9; |
|---|
| 197 | 196 | |
|---|
| 198 | 197 | /* Find PES extension */ |
|---|
| … | … | |
| 342 | 341 | { |
|---|
| 343 | 342 | uint8_t header[30]; |
|---|
| 344 | | int i_skip = 0; |
|---|
| | 343 | unsigned int i_skip = 0; |
|---|
| 345 | 344 | |
|---|
| 346 | 345 | memcpy( header, p_pes->p_buffer, __MIN( p_pes->i_buffer, 30 ) ); |
|---|