add this log for codec

This commit is contained in:
huili2
2014-12-10 22:15:32 -08:00
parent 5ff55a6ec2
commit 3e57fdc448
6 changed files with 13 additions and 5 deletions

View File

@@ -54,6 +54,7 @@ typedef void (*PWelsLogCallbackFunc) (void* pCtx, const int32_t iLevel, const ch
typedef struct TagLogContext {
PWelsLogCallbackFunc pfLog;
void* pLogCtx;
void* pCodecInstance;
} SLogContext;