Ignore:
Timestamp:
Apr 13, 2012 6:24:23 AM (12 years ago)
Author:
ming
Message:

Re #1446 (misc): Modified ffmpeg_codecs to ffmpeg_vid_codecs

File:
1 moved

Legend:

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

    r4046 r4049  
    1818 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    1919 */ 
    20 #ifndef __PJMEDIA_CODECS_FFMPEG_H__ 
    21 #define __PJMEDIA_CODECS_FFMPEG_H__ 
     20#ifndef __PJMEDIA_CODECS_FFMPEG_VID_H__ 
     21#define __PJMEDIA_CODECS_FFMPEG_VID_H__ 
    2222 
    2323 
     
    3434 
    3535/** 
    36  * Initialize and register FFMPEG codecs factory to pjmedia endpoint. 
     36 * Initialize and register FFMPEG video codecs factory to pjmedia endpoint. 
    3737 * 
    3838 * @param mgr       The video codec manager instance where this codec will 
     
    4444 * @return          PJ_SUCCESS on success. 
    4545 */ 
    46 PJ_DECL(pj_status_t) pjmedia_codec_ffmpeg_init(pjmedia_vid_codec_mgr *mgr, 
    47                                                pj_pool_factory *pf); 
     46PJ_DECL(pj_status_t) pjmedia_codec_ffmpeg_vid_init(pjmedia_vid_codec_mgr *mgr, 
     47                                                   pj_pool_factory *pf); 
    4848 
    4949 
    5050/** 
    51  * Unregister FFMPEG codecs factory from the video codec manager and 
     51 * Unregister FFMPEG video codecs factory from the video codec manager and 
    5252 * deinitialize the codecs library. 
    5353 * 
    5454 * @return          PJ_SUCCESS on success. 
    5555 */ 
    56 PJ_DECL(pj_status_t) pjmedia_codec_ffmpeg_deinit(void); 
     56PJ_DECL(pj_status_t) pjmedia_codec_ffmpeg_vid_deinit(void); 
    5757 
    5858 
     
    6464 */ 
    6565 
    66 #endif  /* __PJMEDIA_CODECS_FFMPEG_H__ */ 
     66#endif  /* __PJMEDIA_CODECS_FFMPEG_VID_H__ */ 
    6767 
Note: See TracChangeset for help on using the changeset viewer.