[FFmpeg-cvslog] r20553 - in trunk: cmdutils.c cmdutils.h ffmpeg.c ffplay.c ffserver.c

Michael Niedermayer michaelni
Fri Nov 20 08:58:11 CET 2009


On Fri, Nov 20, 2009 at 12:08:56AM +0100, Stefano Sabatini wrote:
> On date Thursday 2009-11-19 17:35:55 +0100, michael wrote:
> > Author: michael
> > Date: Thu Nov 19 17:35:55 2009
> > New Revision: 20553
> > 
> > Log:
> > Split show_formats().
> > 
> > Modified:
> >    trunk/cmdutils.c
> >    trunk/cmdutils.h
> >    trunk/ffmpeg.c
> >    trunk/ffplay.c
> >    trunk/ffserver.c
> > 
> > Modified: trunk/cmdutils.c
> > ==============================================================================
> > --- trunk/cmdutils.c	Thu Nov 19 12:49:03 2009	(r20552)
> > +++ trunk/cmdutils.c	Thu Nov 19 17:35:55 2009	(r20553)
> [...]
> > +void show_protocols(void)
> > +{
> > +    URLProtocol *up=NULL;
> >  
> >      printf("Supported file protocols:\n");
> >      while((up = av_protocol_next(up)))
> > @@ -541,13 +558,6 @@ void show_formats(void)
> >      printf("\n");
> >  
> >      printf("Frame size, frame rate abbreviations:\n ntsc pal qntsc qpal sntsc spal film ntsc-film sqcif qcif cif 4cif\n");
> 
> show_protocols() is listing abbreviations...

and before my commit, show_formats() did print them, what is it
that you are trying to say?
That its still sub-optimal after the split?
I dont know where to put that line, if you have an idea send a
_clean_ patch

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Breaking DRM is a little like attempting to break through a door even
though the window is wide open and the only thing in the house is a bunch
of things you dont want and which you would get tomorrow for free anyway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20091120/1dd15f1c/attachment.pgp>



More information about the ffmpeg-cvslog mailing list