Commit ddde99a1066a8700b2df11c17184cdc51b98e036
1 parent
587a6521
修复回调函数错误
Showing
1 changed file
with
1 additions
and
1 deletions
src/decoder/interface/interface_headers.h
@@ -25,7 +25,7 @@ typedef void(*POST_DECODE_CALLBACK)(const void * userPtr, DeviceMemory* devFrame | @@ -25,7 +25,7 @@ typedef void(*POST_DECODE_CALLBACK)(const void * userPtr, DeviceMemory* devFrame | ||
25 | 25 | ||
26 | typedef void(*DECODE_FINISHED_CALLBACK)(const void* userPtr); | 26 | typedef void(*DECODE_FINISHED_CALLBACK)(const void* userPtr); |
27 | 27 | ||
28 | -typedef bool(*DECODE_REQUEST_STREAM_CALLBACK)(const char* deviceId, int rtp_port); | 28 | +typedef bool(*DECODE_REQUEST_STREAM_CALLBACK)(const char* deviceId); |
29 | 29 | ||
30 | struct FFDecConfig{ | 30 | struct FFDecConfig{ |
31 | string uri; // 视频地址 | 31 | string uri; // 视频地址 |