Changeset b5c0d68d4eaffc2334ec3f558c54447560269ae9

Show
Ignore:
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
  • modules/demux/ps.h

    r449fd28 rb5c0d68  
    193193        /* ISO 13818 amendment 2 and SMPTE RP 227 */ 
    194194        const uint8_t i_flags = p_pkt->p_buffer[7]; 
    195         int i_skip = 9; 
    196  
     195        unsigned int i_skip = 9; 
    197196 
    198197        /* Find PES extension */ 
     
    342341{ 
    343342    uint8_t header[30]; 
    344     int    i_skip  = 0; 
     343    unsigned int i_skip  = 0; 
    345344 
    346345    memcpy( header, p_pes->p_buffer, __MIN( p_pes->i_buffer, 30 ) );