mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2026-07-08 12:35:46 +00:00
first add sdk
This commit is contained in:
commit
f91efd1250
3915 changed files with 1291882 additions and 0 deletions
27
component/common/media/rtp_codec/g711/g711.h
Executable file
27
component/common/media/rtp_codec/g711/g711.h
Executable file
|
|
@ -0,0 +1,27 @@
|
|||
|
||||
#ifndef _G711_H
|
||||
#define _G711_H
|
||||
|
||||
#include "dlist.h" //list management
|
||||
#include "basic_types.h"
|
||||
#include "osdep_service.h"
|
||||
//#include "osdep_api.h"
|
||||
|
||||
#define G711_DEBUG 1
|
||||
|
||||
#if G711_DEBUG
|
||||
#define G711_PRINTF(fmt, args...) printf("\n\r%s: " fmt, __FUNCTION__, ## args)
|
||||
#define G711_ERROR(fmt, args...) printf("\n\r%s: " fmt, __FUNCTION__, ## args)
|
||||
#else
|
||||
#define G711_PRINTF(fmt, args...)
|
||||
#define G711_ERROR(fmt, args...)
|
||||
#endif
|
||||
|
||||
|
||||
//struct rtp_g711_obj {
|
||||
//};
|
||||
|
||||
|
||||
/*for debug purpose*/
|
||||
|
||||
#endif /*_G711_H*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue