Quoting Andreas Rheinhardt (2024-01-30 08:17:23) > > +#include <stdint.h> > > You should use inttypes.h instead -- it provides everything stdint.h > provides and the print directive defines like PRId64. > > > +static int showinfo_filter(AVBSFContext *ctx, AVPacket *pkt) > > +{ > > + ShowinfoContext *priv = ctx->priv_data; > > + > > + while (1) { > > This loop will only ever be executed once and should be removed.
Right, both done locally. Thanks, -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".