Ignore:
Timestamp:
Jul 22, 2006 1:42:56 PM (18 years ago)
Author:
bennylp
Message:

Changed all public header files to compile correctly when -ansi and -pedantic is used, also when g++ is used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/codec.h

    r518 r622  
    221221    PJMEDIA_RTP_PT_H263 = 34,       /**< video H263                         */ 
    222222 
    223     PJMEDIA_RTP_PT_DYNAMIC = 96,    /**< start of dynamic RTP payload       */ 
     223    PJMEDIA_RTP_PT_DYNAMIC = 96     /**< start of dynamic RTP payload       */ 
    224224 
    225225}; 
     
    576576     * query functions. 
    577577     */ 
    578     PJMEDIA_CODEC_PRIO_DISABLED = 0, 
     578    PJMEDIA_CODEC_PRIO_DISABLED = 0 
    579579 
    580580} pjmedia_codec_priority; 
Note: See TracChangeset for help on using the changeset viewer.