On Thu, Jan 09, 2020 at 10:37:44AM +0100, Moritz Barsnick wrote: > 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.
good catch, if you're checking the code, you'll notice the line break is placed after the case condition. > > 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". -- Thanks, Limin Wang _______________________________________________ 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".
