Changeset 80de300649ef716b32e1c47477ab551c82eb946c

Show
Ignore:
Timestamp:
03/05/07 18:13:02 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1173114782 +0000
git-parent:

[e8836a08b34d91f66d0d8f56f532c906f31e7094]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1173114782 +0000
Message:

Cosmetic: Write RTP Payload Type as decimal as is common rather than hexadecimal

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access_output/udp.c

    rbd05629 r80de300  
    587587        /* add rtp/ts header */ 
    588588        p_buffer->p_buffer[0] = 0x80; 
    589         p_buffer->p_buffer[1] = 0x21; // mpeg2-ts 
     589        p_buffer->p_buffer[1] = 33; // mpeg2-ts 
    590590 
    591591        SetWBE( p_buffer->p_buffer + 2, p_sys->i_sequence_number );