OMPUB-952: 根据流信息获取当前包头部,避免访问空指针

This commit is contained in:
liuxueli
2023-06-29 18:23:07 +08:00
parent 3a8041198f
commit 060407d1cb
3 changed files with 9 additions and 4 deletions

View File

@@ -120,6 +120,11 @@ int MESA_get_stream_opt(const struct streaminfo * pstream, enum MESA_stream_opt
return 0;
}
const void *get_this_layer_header(const struct streaminfo * pstream)
{
return NULL;
}
const void *get_rawpkt_from_streaminfo(const struct streaminfo *pstream)
{
return (void*)1;