diff options
Diffstat (limited to 'test/src/gtest_common.cpp')
| -rw-r--r-- | test/src/gtest_common.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/src/gtest_common.cpp b/test/src/gtest_common.cpp index 4c36ade..e2ff953 100644 --- a/test/src/gtest_common.cpp +++ b/test/src/gtest_common.cpp @@ -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; |
