Created
May 8, 2020 03:58
-
-
Save prabindh/d8d9b0c758b76ee28031de9f0eb221ff to your computer and use it in GitHub Desktop.
Adding logging to FFMPEG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static void ffmpeg_avcodec_log(void *ptr, int val, const char * msg, va_list ap) | |
{ | |
} | |
// As below, ffmpeg_avcodec_log_function() | |
av_log_set_callback(ffmpeg_avcodec_log_function); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment