This commit is contained in:
mofeng-git
2025-12-28 18:19:16 +08:00
commit d143d158e4
771 changed files with 220548 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#ifndef CALLBACK_H
#define CALLBACK_H
#include <stdint.h>
typedef void (*EncodeCallback)(const uint8_t *data, int32_t len, int32_t key,
const void *obj, int64_t pts);
typedef void (*DecodeCallback)(void *opaque, const void *obj);
#endif // CALLBACK_H