[FFmpeg-devel] [PATCH v8 3/4] avfilter/vf_showinfo: display H.26[45] user data unregistered sei message

Limin Wang lance.lmwang at gmail.com
Thu Jan 9 12:37:29 EET 2020


On Thu, Jan 09, 2020 at 10:37:44AM +0100, Moritz Barsnick wrote:
> On Wed, Jan 08, 2020 at 23:46:02 +0800, lance.lmwang at gmail.com 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
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".

-- 
Thanks,
Limin Wang


More information about the ffmpeg-devel mailing list