On Wed, Jan 08, 2020 at 23:46:02 +0800, [email protected] wrote: > + /* Only print the user data details if it's string */ > + if (string_is_print(user_data)) { > + av_log(ctx, AV_LOG_INFO, "User Data="); > + av_log(ctx, AV_LOG_INFO, "%s", user_data); > + }
Is this missing a final linebreak? Just wondering, I didn't test. Moritz _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
