Re: [FFmpeg-devel] [FFmpeg-cvslog] vf_showinfo: minimum widths for some early fields

2015-03-04 Thread Clément Bœsch
On Wed, Mar 04, 2015 at 10:18:07PM +0100, Michael Niedermayer wrote: > On Wed, Mar 04, 2015 at 09:59:35PM +0100, Nicolas George wrote: > > Le quartidi 14 ventôse, an CCXXIII, Peter Cordes a écrit : > > > - "n:%"PRId64" pts:%s pts_time:%s pos:%"PRId64" " > > > + "n:%4"PRId64" pts

Re: [FFmpeg-devel] [FFmpeg-cvslog] vf_showinfo: minimum widths for some early fields

2015-03-04 Thread Michael Niedermayer
On Wed, Mar 04, 2015 at 09:59:35PM +0100, Nicolas George wrote: > Le quartidi 14 ventôse, an CCXXIII, Peter Cordes a écrit : > > - "n:%"PRId64" pts:%s pts_time:%s pos:%"PRId64" " > > + "n:%4"PRId64" pts:%7s pts_time:%-7s pos:%9"PRId64" " > > Unless I am wrong reading the printf

Re: [FFmpeg-devel] [FFmpeg-cvslog] vf_showinfo: minimum widths for some early fields

2015-03-04 Thread Nicolas George
Le quartidi 14 ventôse, an CCXXIII, Peter Cordes a écrit : > - "n:%"PRId64" pts:%s pts_time:%s pos:%"PRId64" " > + "n:%4"PRId64" pts:%7s pts_time:%-7s pos:%9"PRId64" " Unless I am wrong reading the printf specifiers, this will print "pts:902" instead of "pts:902". Some scri