mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-28 16:41:52 +08:00
init
This commit is contained in:
11
libs/hwcodec/cpp/common/callback.h
Normal file
11
libs/hwcodec/cpp/common/callback.h
Normal 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
|
||||
Reference in New Issue
Block a user