- Timestamp:
- Apr 13, 2012 6:24:23 AM (11 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia-codec/ffmpeg_vid_codecs.h
r4046 r4049 18 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 19 */ 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__ 22 22 23 23 … … 34 34 35 35 /** 36 * Initialize and register FFMPEG codecs factory to pjmedia endpoint.36 * Initialize and register FFMPEG video codecs factory to pjmedia endpoint. 37 37 * 38 38 * @param mgr The video codec manager instance where this codec will … … 44 44 * @return PJ_SUCCESS on success. 45 45 */ 46 PJ_DECL(pj_status_t) pjmedia_codec_ffmpeg_ init(pjmedia_vid_codec_mgr *mgr,47 pj_pool_factory *pf);46 PJ_DECL(pj_status_t) pjmedia_codec_ffmpeg_vid_init(pjmedia_vid_codec_mgr *mgr, 47 pj_pool_factory *pf); 48 48 49 49 50 50 /** 51 * Unregister FFMPEG codecs factory from the video codec manager and51 * Unregister FFMPEG video codecs factory from the video codec manager and 52 52 * deinitialize the codecs library. 53 53 * 54 54 * @return PJ_SUCCESS on success. 55 55 */ 56 PJ_DECL(pj_status_t) pjmedia_codec_ffmpeg_ deinit(void);56 PJ_DECL(pj_status_t) pjmedia_codec_ffmpeg_vid_deinit(void); 57 57 58 58 … … 64 64 */ 65 65 66 #endif /* __PJMEDIA_CODECS_FFMPEG_ H__ */66 #endif /* __PJMEDIA_CODECS_FFMPEG_VID_H__ */ 67 67
Note: See TracChangeset
for help on using the changeset viewer.