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

Stefano Sabatini stefano.sabatini-lala
Fri Nov 20 00:08:56 CET 2009


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...

Regards.



More information about the ffmpeg-cvslog mailing list