[FFmpeg-cvslog] r22589 - trunk/cmdutils.c

stefano subversion
Thu Mar 18 00:51:12 CET 2010


Author: stefano
Date: Thu Mar 18 00:51:12 2010
New Revision: 22589

Log:
Remove printing of frame sizes and frame rate abbreviations from
show_protocols().

The list of abbreviations is both outdated and out of context.

Modified:
   trunk/cmdutils.c

Modified: trunk/cmdutils.c
==============================================================================
--- trunk/cmdutils.c	Thu Mar 18 00:39:18 2010	(r22588)
+++ trunk/cmdutils.c	Thu Mar 18 00:51:12 2010	(r22589)
@@ -610,9 +610,6 @@ void show_protocols(void)
     printf("Supported file protocols:\n");
     while((up = av_protocol_next(up)))
         printf("%s\n", up->name);
-    printf("\n");
-
-    printf("Frame size, frame rate abbreviations:\n ntsc pal qntsc qpal sntsc spal film ntsc-film sqcif qcif cif 4cif\n");
 }
 
 void show_filters(void)



More information about the ffmpeg-cvslog mailing list