|
|
@@ -610,9 +610,6 @@ void show_protocols(void) |
|
|
printf("Supported file protocols:\n"); |
|
|
printf("Supported file protocols:\n"); |
|
|
while((up = av_protocol_next(up))) |
|
|
while((up = av_protocol_next(up))) |
|
|
printf("%s\n", up->name); |
|
|
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) |
|
|
void show_filters(void) |
|
|
|