Go to the documentation of this file.
   34     fprintf(stderr, 
"Usage: enum_options type\n" 
   35             "type: format codec\n");
 
   41     printf(
"@item -%s @var{", o->
name);
 
   51     default:                   printf(
"value");              
break;
 
   65         printf(
"%s\n", o->
help);
 
   69         printf(
"\nPossible values:\n@table @samp\n");
 
   73                 printf(
"@item %s\n%s\n", u->
name, u->
help ? u->
help : 
"");
 
   74         printf(
"@end table\n");
 
   82     printf(
"@table @option\n");
 
   86     printf(
"@end table\n");
 
   94     printf(
"@section Generic format AVOptions\n");
 
   97     printf(
"@section Format-specific AVOptions\n");
 
  116     printf(
"@section Generic codec AVOptions\n");
 
  119     printf(
"@section Codec-specific AVOptions\n");
 
  128 int main(
int argc, 
char **argv)
 
  135     if (!strcmp(argv[1], 
"format"))
 
  137     else if (!strcmp(argv[1], 
"codec"))