[FFmpeg-devel] [PATCH 2/6] ffprobe: factorize tag printing.

Clément Bœsch ubitux at gmail.com
Wed Aug 17 23:31:20 CEST 2011


On Wed, Aug 17, 2011 at 11:21:12PM +0200, Stefano Sabatini wrote:
> On date Wednesday 2011-08-17 20:32:03 +0200, Clément Bœsch encoded:
> > ---
> >  ffprobe.c |   21 +++++++++++----------
> >  1 files changed, 11 insertions(+), 10 deletions(-)
> > 
> > diff --git a/ffprobe.c b/ffprobe.c
> > index 7146ea2..5eebd45 100644
> > --- a/ffprobe.c
> > +++ b/ffprobe.c
> > @@ -188,13 +188,21 @@ static void show_packets(AVFormatContext *fmt_ctx)
> >          show_packet(fmt_ctx, &pkt);
> >  }
> >  
> 
> > +static void show_avdict(AVDictionary *dict)
> 
> Nit: s/show_avdict/show_tags/, more specific.
> 

Indeed, fixed locally.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110817/12d3ed77/attachment.asc>


More information about the ffmpeg-devel mailing list