mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-15 00:34:05 +09:00
add -d 1 option: suppress audio-video packet data in debug output
This commit is contained in:
@@ -31,6 +31,7 @@ extern "C" {
|
||||
#define LOGGER_NOTICE 5 /* normal but significant condition */
|
||||
#define LOGGER_INFO 6 /* informational */
|
||||
#define LOGGER_DEBUG 7 /* debug-level messages */
|
||||
#define LOGGER_DEBUG_DATA 8 /* debug-level messages including audio/video packet data */
|
||||
|
||||
typedef void (*logger_callback_t)(void *cls, int level, const char *msg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user