Searched refs:decode_only (Results 1 – 1 of 1) sorted by relevance
82 static void check_encoder_option(int decode_only, const char *opt) in check_encoder_option() argument84 if (decode_only) in check_encoder_option()254 int encode_only=0, decode_only=0; in main() local287 decode_only = 1; in main()290 if (!decode_only && argc < 7 ) in main()296 if (!decode_only) in main()331 if (!decode_only) in main()352 check_encoder_option(decode_only, "-cbr"); in main()356 check_encoder_option(decode_only, "-bandwidth"); in main()375 check_encoder_option(decode_only, "-framesize"); in main()[all …]