Ignore:
Timestamp:
Jun 20, 2008 10:44:47 PM (16 years ago)
Author:
bennylp
Message:

Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/stream.c

    r2020 r2039  
    11/* $Id$ */ 
    22/*  
    3  * Copyright (C) 2003-2007 Benny Prijono <benny@prijono.org> 
     3 * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org> 
    44 * 
    55 * This program is free software; you can redistribute it and/or modify 
     
    17591759 
    17601760    /* Send RTCP SDES */ 
    1761     len = create_rtcp_sdes(stream, stream->enc->out_pkt,  
     1761    len = create_rtcp_sdes(stream, (pj_uint8_t*)stream->enc->out_pkt,  
    17621762                           stream->enc->out_pkt_size); 
    17631763    if (len != 0) { 
     
    18271827 
    18281828    /* Send RTCP BYE */ 
    1829     len = create_rtcp_bye(stream, stream->enc->out_pkt,  
     1829    len = create_rtcp_bye(stream, (pj_uint8_t*)stream->enc->out_pkt,  
    18301830                          stream->enc->out_pkt_size); 
    18311831    if (len != 0) { 
Note: See TracChangeset for help on using the changeset viewer.